mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 13:50:53 +00:00
SV_Frame() no longer takes an argument.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1214 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
44017f0918
commit
9ab1a82f47
1 changed files with 1 additions and 1 deletions
|
@ -2662,7 +2662,7 @@ void Host_Frame (double time)
|
|||
|
||||
#ifndef CLIENTONLY
|
||||
RSpeedRemark();
|
||||
SV_Frame(time);
|
||||
SV_Frame();
|
||||
RSpeedEnd(RSPEED_SERVER);
|
||||
#endif
|
||||
if (cl.gamespeed<0.1)
|
||||
|
|
Loading…
Reference in a new issue