mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +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
|
@ -46,6 +46,7 @@ cvar_t sys_nostdout = {"sys_nostdout","0"};
|
|||
cvar_t sys_extrasleep = {"sys_extrasleep","0"};
|
||||
|
||||
qboolean stdin_ready;
|
||||
qboolean is_server = true;
|
||||
|
||||
/*
|
||||
===============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue