From 3d44f91d3af5d065adf8d5acaec09a365e809fd0 Mon Sep 17 00:00:00 2001 From: Molgrum Date: Thu, 24 Jan 2008 02:06:15 +0000 Subject: [PATCH] Include plugin-support in mingl as well, editing the HUD is too useful to be discarded right? :) git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2878 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 04671672e..333a6a909 100644 --- a/engine/common/bothdefs.h +++ b/engine/common/bothdefs.h @@ -92,6 +92,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define NOMEDIA //NO playing of avis/cins/roqs #define MD3MODELS //we DO want to use quake3 alias models. This might be a minimal build, but we still want this. + #define PLUGINS #ifndef SERVERONLY //don't be stupid, stupid. #define CLIENTONLY