mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
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:
parent
a23a75efa3
commit
c91dd567e8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue