Cleanup
svn-id: r17333
This commit is contained in:
parent
eb4dce05ee
commit
b5f281e9d8
9 changed files with 33 additions and 28 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue