summaryrefslogtreecommitdiff
path: root/source/cl_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_null.c')
-rw-r--r--source/cl_null.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/cl_null.c b/source/cl_null.c
index d49b42f..875c584 100644
--- a/source/cl_null.c
+++ b/source/cl_null.c
@@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// for pure dedicated servers
#include "com_local.h"
+#include "files.h"
cvar_t *cl_paused;
@@ -57,9 +58,6 @@ qboolean CL_CheatsOK( void ) {
return qtrue;
}
-void CL_PacketEvent( neterr_t ret ) {
-}
-
void CL_UpdateUserinfo( cvar_t *var, cvarSetSource_t source ) {
}