From 44943e1285f128dc1975789b937dd6540bbaa301 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 25 Jun 2017 11:35:32 +0200 Subject: MOHAWK: Change the delay function not to have an event loop Fixes events getting lost during delays --- engines/mohawk/riven.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk/riven.h') 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); -- cgit v1.2.3