Tried in vain to get the game to write to a savefile in the newly created save format.

git-svn-id: http://openexile.googlecode.com/svn/trunk@52 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-05-06 19:49:07 +00:00
parent 6bc706bd7b
commit f8701fdaff
20 changed files with 424 additions and 480 deletions

View File

@@ -1784,7 +1784,10 @@ void draw_terrain(short mode)
bool off_terrain = false,draw_trim = true;
short i,j,short_spec_terrain;
GrafPtr old_port;
if(overall_mode == MODE_TALKING || overall_mode == MODE_SHOPPING || overall_mode == MODE_STARTUP)
return;
if (mode == 2) {
if (current_working_monster < 0) return;
supressing_some_spaces = true;