From b719cd910965103ed4086c9fa0344565d74d1b80 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 5 Dec 2004 16:48:42 +0000 Subject: [PATCH] Erm, yeah, don't want CLIENTONLY when we're going for a mimimal server... git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@578 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/bothdefs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engine/common/bothdefs.h b/engine/common/bothdefs.h index b896db4f8..c58830050 100644 --- a/engine/common/bothdefs.h +++ b/engine/common/bothdefs.h @@ -67,8 +67,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MD3MODELS //we DO want to use quake3 alias models. This might be a minimal build, but we still want this. +#ifndef SERVERONLY //don't be stupid, stupid. #define CLIENTONLY - +#endif #else #define SIDEVIEWS 4 //enable secondary/reverse views.