mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- print more meaningful info in countdecals CCMD.
This commit is contained in:
parent
4cdbc99877
commit
eec53a6670
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ CCMD (countdecals)
|
|||
while (iterator.Next())
|
||||
count++;
|
||||
|
||||
Printf("%s: Counted %d impact decals\n", Level->MapName.GetChars(), count);
|
||||
Printf("%s: Counted %d impact decals, level counter is at %d\n", Level->MapName.GetChars(), count, Level->ImpactDecalCount);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue