mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 01:51:37 +00:00
no more #ifdef SERVERONLY in net_chan.c
This commit is contained in:
parent
5879669155
commit
74d4cd2399
6 changed files with 27 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue