diff options
-rw-r--r-- | scumm/script_v100he.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp index 620b094006..ae69324183 100644 --- a/scumm/script_v100he.cpp +++ b/scumm/script_v100he.cpp @@ -2057,15 +2057,16 @@ void ScummEngine_v100he::o100_quitPauseRestart() { subOp -= 61; switch (subOp) { + case 0: // SO_RESTART + restart(); + break; case 67: clearDrawObjectQueue(); break; case 71: + case 72: shutDown(); break; - case 72: // SO_RESTART - restart(); - break; case 75: // Clear screen // Update palette |