diff --git a/Quake/main_sdl.c b/Quake/main_sdl.c index 33d177bdb..1b51b46f9 100644 --- a/Quake/main_sdl.c +++ b/Quake/main_sdl.c @@ -146,7 +146,7 @@ int main(int argc, char *argv[]) Host_Frame (time); - if (time < sys_throttle.value) + if (time < sys_throttle.value && !cls.timedemo) SDL_Delay(1); oldtime = newtime;