commit 349b3cf5c37e93924435d5a1d5aa6eb7156e18fe
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Nov 26 22:16:31 2011 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Sat Nov 26 22:16:31 2011 +0000
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(+)
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.