From 349b3cf5c37e93924435d5a1d5aa6eb7156e18fe Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 26 Nov 2011 22:16:31 +0000 Subject: Add "statistics captured" message on exit when the using -statdump parameter, to match statdump.exe (thanks Alexandre Xavier). Subversion-branch: /branches/v2-branch Subversion-revision: 2479 --- src/doom/statdump.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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. -- cgit v1.2.3