- print more meaningful info in countdecals CCMD.

This commit is contained in:
Christoph Oelckers 2019-02-07 09:38:43 +01:00
parent 4cdbc99877
commit eec53a6670

View file

@ -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);
}
}