mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-12 23:54:33 +00:00
remove a SERVERONLY
This commit is contained in:
parent
ec2526b44b
commit
f66db72a7e
1 changed files with 0 additions and 3 deletions
|
@ -782,9 +782,6 @@ void SpectatorMove (void)
|
||||||
float fmove, smove;
|
float fmove, smove;
|
||||||
vec3_t wishdir;
|
vec3_t wishdir;
|
||||||
float wishspeed;
|
float wishspeed;
|
||||||
#ifndef SERVERONLY
|
|
||||||
extern float server_version; // version of server we connected to
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// friction
|
// friction
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue