aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v70he.cpp
diff options
context:
space:
mode:
authorChristopher Page2008-07-11 01:22:37 +0000
committerChristopher Page2008-07-11 01:22:37 +0000
commite9c6b03fc73ad5d556eb56afed6e55ef1b0bef67 (patch)
treef048b01ac7a0ec7d4ec754ef567feaa798c86a66 /engines/scumm/he/script_v70he.cpp
parentcbadb51ce75f2ec599203433b50c9d4bf5f51728 (diff)
downloadscummvm-rg350-e9c6b03fc73ad5d556eb56afed6e55ef1b0bef67.tar.gz
scummvm-rg350-e9c6b03fc73ad5d556eb56afed6e55ef1b0bef67.tar.bz2
scummvm-rg350-e9c6b03fc73ad5d556eb56afed6e55ef1b0bef67.zip
SCUMM works with new GMM implementation
svn-id: r33001
Diffstat (limited to 'engines/scumm/he/script_v70he.cpp')
-rw-r--r--engines/scumm/he/script_v70he.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/he/script_v70he.cpp b/engines/scumm/he/script_v70he.cpp
index 3f22c16648..c7256835eb 100644
--- a/engines/scumm/he/script_v70he.cpp
+++ b/engines/scumm/he/script_v70he.cpp
@@ -634,10 +634,10 @@ void ScummEngine_v70he::o70_systemOps() {
break;
case 160:
// Confirm shutdown
- shutDown();
+ quitGame();
break;
case 244:
- shutDown();
+ quitGame();
break;
case 250:
id = pop();