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

@ -1,5 +1,10 @@
#include <quakedef.h>
qboolean ServerPaused (void)
{
return false;
}
void SV_Error (char *error, ...)
{
va_list argptr;