aboutsummaryrefslogtreecommitdiff
path: root/sdl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sdl.cpp')
-rw-r--r--sdl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/sdl.cpp b/sdl.cpp
index e62d577028..b49bfeb638 100644
--- a/sdl.cpp
+++ b/sdl.cpp
@@ -75,9 +75,6 @@ void waitForTimer(Scumm *s, int msec_delay) {
SDL_Event event;
uint32 start_time;
- if (msec_delay<0)
- return;
-
if (s->_fastMode&2)
msec_delay = 0;
else if (s->_fastMode&1)