ref: 349b3cf5c37e93924435d5a1d5aa6eb7156e18fe
parent: 434f95234083ef9a08cc39c3f3906a969ba18725
author: Simon Howard <fraggle@gmail.com>
date: Sat Nov 26 17:16:31 EST 2011
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
--- a/src/doom/statdump.c
+++ b/src/doom/statdump.c
@@ -330,6 +330,8 @@
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.