From f8d2b3308b5f7a1ee11ab8e41aab3d33fa04bee7 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 6 Sep 2018 00:48:11 +0200 Subject: [PATCH] web:: made sure that timetowait=0 in --- control.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/control.cpp b/control.cpp index 56da91cb..ebddf3a7 100644 --- a/control.cpp +++ b/control.cpp @@ -508,6 +508,10 @@ void mainloopiter() { if(cwt.mirrored) playerV = playerV * Mirror; } +#if ISWEB + timetowait = 0; +#endif + if(timetowait > 0) SDL_Delay(timetowait); else {