forked from fte/fteqw
1
0
Fork 0

Killed a warning in release builds.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@567 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-05 11:36:34 +00:00
parent e02bbec528
commit 5888f552f4
1 changed files with 2 additions and 0 deletions

View File

@ -386,8 +386,10 @@ void Zone_Print_f(void)
int minsize = 0;
zone_t *zone;
#if ZONEDEBUG > 0
#ifdef NAMEDMALLOCS
int i;
qbyte *sent;
#endif
qboolean testsent = false;
if (*Cmd_Argv(1) == 't')
{