From 072933be96fddecdbc247ac7460d25a1900af411 Mon Sep 17 00:00:00 2001 From: Molgrum Date: Wed, 30 Jan 2008 09:42:00 +0000 Subject: [PATCH] mingl compiles again git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2887 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/cl_parse.c b/engine/client/cl_parse.c index ab50e7480..f60198354 100644 --- a/engine/client/cl_parse.c +++ b/engine/client/cl_parse.c @@ -3958,8 +3958,8 @@ void CL_ParseStuffCmd(char *msg, int destsplit) //this protects stuffcmds from n Plug_Command_f(); } #endif - else #ifdef CSQC_DAT + else if (CSQC_StuffCmd(stufftext)) {} #endif