fix some non-windows builds.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4496 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-10-08 16:29:54 +00:00
parent ae84691b38
commit b5dcabb9f5
4 changed files with 22 additions and 15 deletions

View file

@ -705,8 +705,6 @@ typedef struct
int num_entities; // stored bottom up in cl_entities array
int num_statics; // stored top down in cl_entitiers
int cdtrack; // cd audio
// all player information
unsigned int allocated_client_slots;
player_info_t players[MAX_CLIENTS];