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:
parent
e02bbec528
commit
5888f552f4
1 changed files with 2 additions and 0 deletions
|
@ -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')
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue