From: havoc Date: Sat, 5 Jan 2008 22:23:27 +0000 (+0000) Subject: added two missing CL_SignonReply calls in qw protocol parsing (this X-Git-Tag: xonotic-v0.1.0preview~2590 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=86c6703622ee9d703f5dea0cdab31662044db92b;p=xonotic%2Fdarkplaces.git added two missing CL_SignonReply calls in qw protocol parsing (this fixes -profilegameonly on QW games) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7914 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_parse.c b/cl_parse.c index 9a4e3735..90874778 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -3334,14 +3334,20 @@ void CL_ParseServerMessage(void) EntityFrameQW_CL_ReadFrame(false); // first update is the final signon stage if (cls.signon == SIGNONS - 1) + { cls.signon = SIGNONS; + CL_SignonReply (); + } break; case qw_svc_deltapacketentities: EntityFrameQW_CL_ReadFrame(true); // first update is the final signon stage if (cls.signon == SIGNONS - 1) + { cls.signon = SIGNONS; + CL_SignonReply (); + } break; case qw_svc_maxspeed: