mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +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
|
@ -1,5 +1,10 @@
|
|||
#include <quakedef.h>
|
||||
|
||||
qboolean ServerPaused (void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void SV_Error (char *error, ...)
|
||||
{
|
||||
va_list argptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue