From: havoc Date: Sat, 14 May 2005 06:32:41 +0000 (+0000) Subject: an extra Mem_CheckSentinelsGlobal at start of Serverinfo parsing X-Git-Tag: xonotic-v0.1.0preview~4883 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cdf611f1eb46064c022af7097ccf55751601215f;p=xonotic%2Fdarkplaces.git an extra Mem_CheckSentinelsGlobal at start of Serverinfo parsing git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5298 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_parse.c b/cl_parse.c index ecbe8f2b..50a1e133 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -336,6 +336,9 @@ void CL_ParseServerInfo (void) Con_DPrint("Serverinfo packet received.\n"); + // check memory integrity + Mem_CheckSentinelsGlobal(); + // // wipe the client_state_t struct //