mingl compiles again

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2887 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2008-01-30 09:42:00 +00:00
parent 08f0d8bcb2
commit 072933be96
1 changed files with 1 additions and 1 deletions

View File

@ -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