don't clobber variable for these small header games

svn-id: r7217
This commit is contained in:
Jonathan Gray 2003-04-30 11:26:45 +00:00
parent 1be2d3076f
commit 77058cb0f8

View file

@ -576,7 +576,8 @@ int Scumm::scummLoop(int delta) {
_saveLoadCompatible = false;
}
_vars[VAR_GAME_LOADED] = 0;
if (!(_features & GF_SMALL_HEADER) && !(_features && GF_AFTER_V8))
_vars[VAR_GAME_LOADED] = 0;
if (_saveLoadFlag) {
load_game:
bool success;