mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-18 09:51:50 +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
|
#ifndef CLIENTONLY
|
||||||
RSpeedRemark();
|
RSpeedRemark();
|
||||||
SV_Frame(time);
|
SV_Frame();
|
||||||
RSpeedEnd(RSPEED_SERVER);
|
RSpeedEnd(RSPEED_SERVER);
|
||||||
#endif
|
#endif
|
||||||
if (cl.gamespeed<0.1)
|
if (cl.gamespeed<0.1)
|
||||||
|
|
Loading…
Reference in a new issue