Fixed an assertion error that occurs if you try and save a game immediately after an autobattle has completed.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2356 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
ChrisL
2008-09-19 18:25:17 +00:00
parent 87fbb6f4d9
commit f7ffba090e
+3
View File
@@ -5698,6 +5698,9 @@ BOOLEAN CheckAndHandleUnloadingOfCurrentWorld()
gfCaves = FALSE;
gfBasement = FALSE;
//CHRISL: If we're unloading the world, shouldn't be reset the gfWorldLoaded flag?
gfWorldLoaded = FALSE;
return TRUE;
}