aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 6af839cee9..7f3d81c2d6 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -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);