aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index aa24c621b7..047f245f2c 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -2537,6 +2537,9 @@ void ScummEngine_v90he::o90_kernelSetFunctions() {
_skipProcessActors = 0;
redrawAllActors();
break;
+ case 27:
+ // Used in readdemo
+ break;
case 42:
_wiz._rectOverrideEnabled = true;
_wiz._rectOverride.left = args[1];