Skip to content

Commit

Permalink
SCUMM: Always confirm quit when required in HE games.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirben committed Aug 16, 2013
1 parent 0c8f889 commit b4f2e2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engines/scumm/he/script_v100he.cpp
Expand Up @@ -2148,7 +2148,7 @@ void ScummEngine_v100he::o100_systemOps() {
break;
case 132:
// Confirm shutdown
quitGame();
confirmExitDialog();
break;
case 133:
quitGame();
Expand Down
2 changes: 1 addition & 1 deletion engines/scumm/he/script_v70he.cpp
Expand Up @@ -309,7 +309,7 @@ void ScummEngine_v70he::o70_systemOps() {
break;
case 160:
// Confirm shutdown
quitGame();
confirmExitDialog();
break;
case 244:
quitGame();
Expand Down
2 changes: 1 addition & 1 deletion engines/scumm/he/script_v72he.cpp
Expand Up @@ -1199,7 +1199,7 @@ void ScummEngine_v72he::o72_systemOps() {
break;
case 160:
// Confirm shutdown
quitGame();
confirmExitDialog();
break;
case 244:
quitGame();
Expand Down

0 comments on commit b4f2e2e

Please sign in to comment.