X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=sv_main.c;h=a65938f1828fbd3febd0135448c1bb089a0b0141;hp=0a5b5bdf8c500f8de57c1d204f52d538106b5d40;hb=14b5a1213af9d37bf205793411ecdfb31135539f;hpb=a04fd1b40592a06734300f539087e109892f2854 diff --git a/sv_main.c b/sv_main.c index 0a5b5bdf..a65938f1 100644 --- a/sv_main.c +++ b/sv_main.c @@ -489,7 +489,7 @@ loc0: } // 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];