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 {