summaryrefslogtreecommitdiff
path: root/source/cl_parse.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2009-01-19 23:48:10 +0000
committerAndrey Nazarov <skuller@skuller.net>2009-01-19 23:48:10 +0000
commitbcf4627a400251c3c3ecebfd637b8ebe1b475325 (patch)
tree5716792d60ceef99d6d3f149cb052d18720a239c /source/cl_parse.c
parentcea680b72a6a2207ea301ef9026ecda087502065 (diff)
MVD client now exports ‘mvd_channels’ and ‘mvd_players’ counters into server info.
Fixed client side event positioning on player's own entity.
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r--source/cl_parse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c
index cc5d8a8..eb63103 100644
--- a/source/cl_parse.c
+++ b/source/cl_parse.c
@@ -674,7 +674,6 @@ static void CL_ParseConfigstring( int index ) {
Com_Printf( " %d \"%s\"\n", index, Q_FormatString( string ) );
}
- maxlen = CS_SIZE( index );
if( len >= maxlen ) {
Com_WPrintf(
"%s: index %d overflowed: %"PRIz" > %"PRIz"\n",