mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
r_part_info made more helpful
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@589 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3d045be8aa
commit
8d33d66a35
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ void R_PartInfo_f (void)
|
|||
j++;
|
||||
|
||||
if (j)
|
||||
Con_Printf("Type %i = %i total\n", i, j);
|
||||
Con_Printf("Type %s = %i total\n", part_type[i].name, j);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue