git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4858 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7139478ae1
commit
edbe154e19
1 changed files with 1 additions and 1 deletions
|
@ -1468,7 +1468,7 @@ void Plug_Tick(void)
|
||||||
float rt = realtime;
|
float rt = realtime;
|
||||||
float st = 0;
|
float st = 0;
|
||||||
#ifdef SERVERONLY
|
#ifdef SERVERONLY
|
||||||
st = sv.time
|
st = sv.time;
|
||||||
#elif defined(CLIENTONLY)
|
#elif defined(CLIENTONLY)
|
||||||
st = cl.time;
|
st = cl.time;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue