no more #ifdef SERVERONLY in net_chan.c

This commit is contained in:
Dan Olson 2000-05-12 00:11:41 +00:00
parent 5879669155
commit 74d4cd2399
6 changed files with 27 additions and 22 deletions

View file

@ -247,6 +247,13 @@ typedef struct
challenge_t challenges[MAX_CHALLENGES]; // to prevent invalid IPs from connecting
} server_static_t;
typedef struct foobar_s {
qboolean demoplayback;
int qport;
} foobar_t;
extern foobar_t cls;
//=============================================================================
// edict->movetype values