diff --git a/src/g_dumpinfo.cpp b/src/g_dumpinfo.cpp index c07f36e601..2c9caaec30 100644 --- a/src/g_dumpinfo.cpp +++ b/src/g_dumpinfo.cpp @@ -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); } }