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.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index 8090a74410..a28ae984e6 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -619,6 +619,13 @@ void ScummEngine_v70he::o70_quitPauseRestart() {
int par1;
switch (subOp & 0xff) {
+ case 22: // HE80+
+ clearDrawObjectQueue();
+ break;
+ case 26: // HE80+
+ // Clear screen
+ // Update palette
+ break;
case 158: // SO_RESTART
restart();
break;