SCUMM: Always confirm quit when required in HE games.

This commit is contained in:
Kirben 2013-08-16 15:49:30 +10:00
parent 0c8f8898ff
commit b4f2e2ead4
3 changed files with 3 additions and 3 deletions

View File

@ -2148,7 +2148,7 @@ void ScummEngine_v100he::o100_systemOps() {
break;
case 132:
// Confirm shutdown
quitGame();
confirmExitDialog();
break;
case 133:
quitGame();

View File

@ -309,7 +309,7 @@ void ScummEngine_v70he::o70_systemOps() {
break;
case 160:
// Confirm shutdown
quitGame();
confirmExitDialog();
break;
case 244:
quitGame();

View File

@ -1199,7 +1199,7 @@ void ScummEngine_v72he::o72_systemOps() {
break;
case 160:
// Confirm shutdown
quitGame();
confirmExitDialog();
break;
case 244:
quitGame();