diff options
author | Simon Howard | 2011-11-26 22:16:31 +0000 |
---|---|---|
committer | Simon Howard | 2011-11-26 22:16:31 +0000 |
commit | 349b3cf5c37e93924435d5a1d5aa6eb7156e18fe (patch) | |
tree | bc83fd98cc2a5564c357a61c2fb8c6a590f1540e /src | |
parent | 434f95234083ef9a08cc39c3f3906a969ba18725 (diff) | |
download | chocolate-doom-349b3cf5c37e93924435d5a1d5aa6eb7156e18fe.tar.gz chocolate-doom-349b3cf5c37e93924435d5a1d5aa6eb7156e18fe.tar.bz2 chocolate-doom-349b3cf5c37e93924435d5a1d5aa6eb7156e18fe.zip |
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
Diffstat (limited to 'src')
-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.
|