]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix for bug in memory checking
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 21 Jan 2002 02:57:28 +0000 (02:57 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 21 Jan 2002 02:57:28 +0000 (02:57 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1374 d7cf8633-e32d-0410-b094-e92efae38249

model_brush.c

index da5809be7158132911bbc56b2fa3c95d0ab1fdf7..c17d4e90b82aec77e39aaeed2edd2d3136cc9b71 100644 (file)
@@ -1943,8 +1943,8 @@ static void DivideWinding (winding_t *in, mplane_t *split, winding_t **front, wi
        }
 
        // debugging
-       Mem_CheckSentinels(front);
-       Mem_CheckSentinels(back);
+       Mem_CheckSentinels(f);
+       Mem_CheckSentinels(b);
 }
 
 typedef struct portal_s