main_sdl.c: override sys_throttle to 0 during timedemo

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1536 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Eric Wasylishen 2017-11-16 18:21:38 +00:00
parent a23a75efa3
commit c91dd567e8
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,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;