aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.h
diff options
context:
space:
mode:
authorBastien Bouclet2017-06-25 11:35:32 +0200
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit44943e1285f128dc1975789b937dd6540bbaa301 (patch)
tree14d082a40215cb2629111078565be6d6e23c60cc /engines/mohawk/riven.h
parentf977b5712328133b638c33992d4e111624d1881d (diff)
downloadscummvm-rg350-44943e1285f128dc1975789b937dd6540bbaa301.tar.gz
scummvm-rg350-44943e1285f128dc1975789b937dd6540bbaa301.tar.bz2
scummvm-rg350-44943e1285f128dc1975789b937dd6540bbaa301.zip
MOHAWK: Change the delay function not to have an event loop
Fixes events getting lost during delays
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r--engines/mohawk/riven.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h
index 1cb8d9dbdf..32863d6ecf 100644
--- a/engines/mohawk/riven.h
+++ b/engines/mohawk/riven.h
@@ -152,7 +152,7 @@ public:
bool _activatedPLST;
bool _activatedSLST;
void runLoadDialog();
- void delayAndUpdate(uint32 ms);
+ void delay(uint32 ms);
// Timer
void installTimer(TimerProc *proc, uint32 time);