]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
added md4four map checksumming, since QW servers seem to be very picky about map...
[xonotic/darkplaces.git] / gl_rmain.c
index fa278314082438e75724a5db86330a8b0f74f15a..b2c5683df8c1dd7e8418690658d8a99e4020c5b4 100644 (file)
@@ -1569,7 +1569,7 @@ void R_Mesh_AddBrushMeshFromPlanes(rmesh_t *mesh, int numplanes, mplane_t *plane
                {
                        if (planenum2 == planenum)
                                continue;
-                       PolygonF_Divide(tempnumpoints, temppoints[w], plane2->normal[0], plane2->normal[1], plane2->normal[2], plane2->dist, 1.0/32.0, 0, NULL, NULL, 256, temppoints[!w], &tempnumpoints);
+                       PolygonF_Divide(tempnumpoints, temppoints[w], plane2->normal[0], plane2->normal[1], plane2->normal[2], plane2->dist, 1.0/32.0, 0, NULL, NULL, 256, temppoints[!w], &tempnumpoints, NULL);
                        w = !w;
                }
                if (tempnumpoints < 3)