diff options
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r-- | scumm/script_v100he.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp index 80c58239c4..95781fbf51 100644 --- a/scumm/script_v100he.cpp +++ b/scumm/script_v100he.cpp @@ -1363,6 +1363,12 @@ void ScummEngine_v100he::o100_quitPauseRestart() { case 67: clearDrawObjectQueue(); break; + case 72: + shutDown(); + break; + case 73: // SO_RESTART + restart(); + break; case 75: // Clear screen // Update palette |