From becd8b1b646a572c0d74a0fd540472043dc33a6a Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 28 Jan 2005 04:22:51 +0000 Subject: [PATCH] Only the server should care about that one. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@843 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/quakedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/quakedef.h b/engine/client/quakedef.h index c705f1f52..82301dc16 100644 --- a/engine/client/quakedef.h +++ b/engine/client/quakedef.h @@ -86,7 +86,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #undef GLQUAKE //compiler option #endif -#ifdef CLIENTONLY +#ifdef SERVERONLY #define isDedicated true #endif