diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-04-10 15:53:59 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-04-10 15:53:59 +0000 |
commit | 8c795585fb0c6c9178d9981f6943da04b7279205 (patch) | |
tree | 9d5add8674b9f7a8da6bfc359af474a72aa92d35 /source/common.c | |
parent | 0cdbc544c0305ff142f556beb3220b7f7382ac48 (diff) |
Updated revision to 226.
Made dummy MVD client call ge->ClientThink each frame.
New minor Q2PRO protocol version, 1013.
Added server side workaround of clientNum bug in older Q2PRO clients.
Added `mvd_filter_version' variable.
MVD client no longer checks for intermission mode by default.
Added `mvd_freeze_hack' variable to enable intermission handling.
Diffstat (limited to 'source/common.c')
-rw-r--r-- | source/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/common.c b/source/common.c index f49b4cd..e1a2cfb 100644 --- a/source/common.c +++ b/source/common.c @@ -569,7 +569,7 @@ void Z_LeakTest( memtag_t tag ) { if( numLeaks ) { Com_Printf( S_COLOR_YELLOW "************* Z_LeakTest *************\n" - "%s leaked %"PRIz" bytes of memory (%"PRIz"u object%s)\n" + "%s leaked %"PRIz" bytes of memory (%"PRIz" object%s)\n" "**************************************\n", z_tagnames[tag < TAG_MAX ? tag : TAG_FREE], numBytes, numLeaks, numLeaks == 1 ? "" : "s" ); |