diff options
-rw-r--r-- | scumm/script_v6.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index b03bf4a20e..9c2e2c0e2f 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -2276,6 +2276,7 @@ void ScummEngine_v6::o6_quitPauseRestart() { pauseGame(); break; case 160: // SO_QUIT + case 244: // hev7 quit shutDown(); break; default: @@ -3201,3 +3202,4 @@ void ScummEngine_v6::decodeParseString(int m, int n) { } } // End of namespace Scumm + |