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:
Mark Olsen 2005-08-10 22:38:41 +00:00
parent 44017f0918
commit 9ab1a82f47

View file

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