aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v100he.cpp
diff options
context:
space:
mode:
authorKirben2013-08-16 15:49:30 +1000
committerKirben2013-08-16 15:49:30 +1000
commitb4f2e2ead43087dec0ad355118f05c1115b18908 (patch)
tree5baa6fbed1a8c02d1d7a23dab1415d1854ec230e /engines/scumm/he/script_v100he.cpp
parent0c8f8898ffe2eeea15691a315eb890d74fdc29a7 (diff)
downloadscummvm-rg350-b4f2e2ead43087dec0ad355118f05c1115b18908.tar.gz
scummvm-rg350-b4f2e2ead43087dec0ad355118f05c1115b18908.tar.bz2
scummvm-rg350-b4f2e2ead43087dec0ad355118f05c1115b18908.zip
SCUMM: Always confirm quit when required in HE games.
Diffstat (limited to 'engines/scumm/he/script_v100he.cpp')
-rw-r--r--engines/scumm/he/script_v100he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp
index b024154c7f..987f74957c 100644
--- a/engines/scumm/he/script_v100he.cpp
+++ b/engines/scumm/he/script_v100he.cpp
@@ -2148,7 +2148,7 @@ void ScummEngine_v100he::o100_systemOps() {
break;
case 132:
// Confirm shutdown
- quitGame();
+ confirmExitDialog();
break;
case 133:
quitGame();