aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r--scumm/script_v7he.cpp12
1 files changed, 10 insertions, 2 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index e47ef9d96d..b265dec7cb 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -759,11 +759,19 @@ void ScummEngine_v7he::o7_kernelSetFunctions() {
_fullRedraw = 1;
break;
case 24:
- _skipProcessActors = 1;
+ if (_heversion <= 72) {
+ _skipProcessActors = 1;
+ } else {
+ //Pause aux animation
+ }
_fullRedraw = 1;
break;
case 25:
- _skipProcessActors = 0;
+ if (_heversion <= 72) {
+ _skipProcessActors = 0;
+ } else {
+ //Resume aux animation
+ }
_fullRedraw = 1;
break;
case 30: