]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
BoxOnPlaneSideFunc code - gone, replaced by BoxOnPlaneSide
[xonotic/darkplaces.git] / sv_main.c
index 0a5b5bdf8c500f8de57c1d204f52d538106b5d40..a65938f1828fbd3febd0135448c1bb089a0b0141 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -489,7 +489,7 @@ loc0:
        }
 
        // node - recurse down the BSP tree
        }
 
        // node - recurse down the BSP tree
-       switch (BOX_ON_PLANE_SIDE(mins, maxs, node->plane))
+       switch (BoxOnPlaneSide(mins, maxs, node->plane))
        {
        case 1: // front
                node = node->children[0];
        {
        case 1: // front
                node = node->children[0];