mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
cl_demospeed should work (screws up other timing values somewhere along the lines?)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1157 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2e5ad38a00
commit
e9b8f7899f
1 changed files with 1 additions and 1 deletions
|
@ -2640,7 +2640,7 @@ void Host_Frame (float time)
|
|||
#endif
|
||||
|
||||
if (cls.demoplayback && cl_demospeed.value>0)
|
||||
time *= cl_demospeed.value;
|
||||
realframetime *= cl_demospeed.value; // this probably screws up other timings
|
||||
|
||||
#ifndef CLIENTONLY
|
||||
RSpeedRemark();
|
||||
|
|
Loading…
Reference in a new issue