diff options
-rw-r--r-- | src/doom/statdump.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doom/statdump.c b/src/doom/statdump.c index e80641c8..cba91776 100644 --- a/src/doom/statdump.c +++ b/src/doom/statdump.c @@ -330,6 +330,8 @@ void StatDump(void) if (i > 0)
{
+ printf("Statistics captured for %i level(s)\n", num_captured_stats);
+
// We actually know what the real gamemode is, but this has
// to match the output from statdump.exe.
|