]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
an extra Mem_CheckSentinelsGlobal at start of Serverinfo parsing
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 14 May 2005 06:32:41 +0000 (06:32 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 14 May 2005 06:32:41 +0000 (06:32 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5298 d7cf8633-e32d-0410-b094-e92efae38249

cl_parse.c

index ecbe8f2bf621ffc593e3a692c5bfe82522418e17..50a1e133c2489459462756b225a14562eee5d0e3 100644 (file)
@@ -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
 //