From cdf611f1eb46064c022af7097ccf55751601215f Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 14 May 2005 06:32:41 +0000 Subject: [PATCH] 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 --- cl_parse.c | 3 +++ 1 file changed, 3 insertions(+) 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 // -- 2.39.2