aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index 68fdc9aa36..67a902ca5e 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -1170,7 +1170,7 @@ void ScummEngine::abortCutscene() {
if (ss->cutsceneOverride > 0)
ss->cutsceneOverride--;
- VAR(6) = 1;
+ VAR(VAR_OVERRIDE) = 1;
vm.cutScenePtr[idx] = 0;
// HACK to fix issues with SMUSH and the way it does keyboard handling.