aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_awards.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_awards.cpp')
-rw-r--r--engines/xeen/dialogs_awards.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/dialogs_awards.cpp b/engines/xeen/dialogs_awards.cpp
index ab1b79193b..242539c20b 100644
--- a/engines/xeen/dialogs_awards.cpp
+++ b/engines/xeen/dialogs_awards.cpp
@@ -54,7 +54,7 @@ void Awards::execute(const Character *ch) {
windows[29].writeString(Res.AWARDS_TEXT);
drawButtons(&windows[0]);
- while (!_vm->shouldQuit()) {
+ while (!_vm->shouldExit()) {
// Build up a list of awards the character has
awards.clear();
awards.resize(AWARDS_TOTAL);
@@ -100,7 +100,7 @@ void Awards::execute(const Character *ch) {
do {
events.pollEventsAndWait();
checkEvents(_vm);
- } while (!g_vm->shouldQuit() && !_buttonValue);
+ } while (!g_vm->shouldExit() && !_buttonValue);
if (_buttonValue == Common::KEYCODE_ESCAPE) {
break;