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:
TimeServ 2005-07-24 23:09:57 +00:00
parent 2e5ad38a00
commit e9b8f7899f
1 changed files with 1 additions and 1 deletions

View File

@ -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();