add model+sound precache counts.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4516 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
365e104f88
commit
6fb7a6c706
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue