svn-id: r17333
This commit is contained in:
Travis Howell 2005-04-02 14:24:43 +00:00
parent eb4dce05ee
commit b5f281e9d8
9 changed files with 33 additions and 28 deletions

View file

@ -2012,7 +2012,6 @@ load_game:
}
processActors();
postProcessAuxQueue();
} else {
processActors();
@ -2020,6 +2019,9 @@ load_game:
_fullRedraw = false;
if (_heversion >= 71) {
postProcessAuxQueue();
}
if (_heversion >= 90) {
((ScummEngine_v90he *)this)->spritesMarkDirty(1);
((ScummEngine_v90he *)this)->spritesProcessWiz(false);