aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_whowill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_whowill.cpp')
-rw-r--r--engines/xeen/dialogs_whowill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/dialogs_whowill.cpp b/engines/xeen/dialogs_whowill.cpp
index a2be4e3a94..1e32007d7f 100644
--- a/engines/xeen/dialogs_whowill.cpp
+++ b/engines/xeen/dialogs_whowill.cpp
@@ -62,7 +62,7 @@ int WhoWill::execute(int message, int action, bool type) {
intf._face1State = map._headData[party._mazePosition.y][party._mazePosition.x]._left;
intf._face2State = map._headData[party._mazePosition.y][party._mazePosition.x]._right;
- while (!_vm->shouldQuit()) {
+ while (!_vm->shouldExit()) {
events.updateGameCounter();
if (windows[11]._enabled) {