From 80d3e5c9c3dbcce5be6f0d06ed6fe7542d2c8ee1 Mon Sep 17 00:00:00 2001 From: Spoike Date: Thu, 26 Aug 2004 10:18:06 +0000 Subject: [PATCH] minimal builds can have the server browser if they must... *sigh* git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@49 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/bothdefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/common/bothdefs.h b/engine/common/bothdefs.h index f4d40039f..904bf7792 100644 --- a/engine/common/bothdefs.h +++ b/engine/common/bothdefs.h @@ -55,6 +55,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define SVRANKING #ifdef MINIMAL + #define CL_MASTER //this is useful #undef AVAIL_MP3 //no mp3 support #undef AVAIL_JPEGLIB //no jpeg support