aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_party.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_party.cpp')
-rw-r--r--engines/xeen/dialogs_party.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/dialogs_party.cpp b/engines/xeen/dialogs_party.cpp
index ac5c749d03..88e0b17547 100644
--- a/engines/xeen/dialogs_party.cpp
+++ b/engines/xeen/dialogs_party.cpp
@@ -887,7 +887,7 @@ void PartyDialog::drawDice(SpriteResource &dice) {
w.update();
// Wait for keypress
- events.wait(1, true);
+ events.wait(1);
checkEvents(_vm);
}