diff options
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r-- | source/cl_parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c index fdba906..33f4b62 100644 --- a/source/cl_parse.c +++ b/source/cl_parse.c @@ -1230,6 +1230,7 @@ static void CL_CheckForVersion( const char *string ) { } cl.replyTime = cls.realtime + 1024 + ( rand() & 1023 ); + cl.replyPending = qtrue; } #endif |