From 6fb7a6c70631e177590d795145ac2dc6ba0e865d Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 5 Nov 2013 17:39:05 +0000 Subject: [PATCH] add model+sound precache counts. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4516 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/qclib/qccmain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/qclib/qccmain.c b/engine/qclib/qccmain.c index c04cda78b..5255bdb9b 100644 --- a/engine/qclib/qccmain.c +++ b/engine/qclib/qccmain.c @@ -1018,6 +1018,8 @@ strofs = (strofs+3)&~3; printf ("%6i numglobaldefs (of %i)\n", numglobaldefs, MAX_GLOBALS); printf ("%6i numfielddefs (%i unique) (of %i)\n", numfielddefs, pr.size_fields, MAX_FIELDS); printf ("%6i numpr_globals (of %i)\n", numpr_globals, MAX_REGS); + printf ("%6i nummodels\n", nummodels); + printf ("%6i numsounds\n", numsounds); } if (!*destfile)