From 12b36e7311c29fc198bc297ca85022ccf47eec71 Mon Sep 17 00:00:00 2001 From: TimeServ Date: Fri, 24 Jun 2005 00:39:43 +0000 Subject: [PATCH] no spectators in NQ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1115 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- quakec/basemod/spectate.qc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quakec/basemod/spectate.qc b/quakec/basemod/spectate.qc index e675c4409..9e83e93a0 100644 --- a/quakec/basemod/spectate.qc +++ b/quakec/basemod/spectate.qc @@ -9,6 +9,8 @@ // // --- Zoid. +#ifndef NETQUAKE + /* =========== SpectatorConnect @@ -77,4 +79,4 @@ void() SpectatorThink = SpectatorImpulseCommand(); }; - +#endif \ No newline at end of file