mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-24 13:01:46 +00:00
main_sdl.c: override sys_throttle to 0 during timedemo
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1536 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
0fea6873a4
commit
025bd34365
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
Host_Frame (time);
|
Host_Frame (time);
|
||||||
|
|
||||||
if (time < sys_throttle.value)
|
if (time < sys_throttle.value && !cls.timedemo)
|
||||||
SDL_Delay(1);
|
SDL_Delay(1);
|
||||||
|
|
||||||
oldtime = newtime;
|
oldtime = newtime;
|
||||||
|
|
Loading…
Reference in a new issue