mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
SCUMM: Always confirm quit when required in HE games.
This commit is contained in:
parent
0c8f8898ff
commit
b4f2e2ead4
@ -2148,7 +2148,7 @@ void ScummEngine_v100he::o100_systemOps() {
|
||||
break;
|
||||
case 132:
|
||||
// Confirm shutdown
|
||||
quitGame();
|
||||
confirmExitDialog();
|
||||
break;
|
||||
case 133:
|
||||
quitGame();
|
||||
|
@ -309,7 +309,7 @@ void ScummEngine_v70he::o70_systemOps() {
|
||||
break;
|
||||
case 160:
|
||||
// Confirm shutdown
|
||||
quitGame();
|
||||
confirmExitDialog();
|
||||
break;
|
||||
case 244:
|
||||
quitGame();
|
||||
|
@ -1199,7 +1199,7 @@ void ScummEngine_v72he::o72_systemOps() {
|
||||
break;
|
||||
case 160:
|
||||
// Confirm shutdown
|
||||
quitGame();
|
||||
confirmExitDialog();
|
||||
break;
|
||||
case 244:
|
||||
quitGame();
|
||||
|
Loading…
x
Reference in New Issue
Block a user