aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/town.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/town.cpp')
-rw-r--r--engines/xeen/town.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/town.cpp b/engines/xeen/town.cpp
index 795d4cddd6..1947129c57 100644
--- a/engines/xeen/town.cpp
+++ b/engines/xeen/town.cpp
@@ -1248,7 +1248,7 @@ bool TownMessage::execute(int portrait, const Common::String &name, const Common
clearButtons();
do {
- events.wait(3, true);
+ events.wait(3);
checkEvents(_vm);
if (_vm->shouldQuit())
return false;