]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - collision.c
Added the proper libPNG DLL name for Win64, by Willis
[xonotic/darkplaces.git] / collision.c
index be5fd1ba01339775dd3a27b5dadc0c3fcc7e43df..6800f05fff3ee4a65dc7318a85383d8375449ed2 100644 (file)
@@ -511,7 +511,7 @@ colbrushf_t *Collision_AllocBrushFromPermanentPolygonFloat(mempool_t *mempool, i
        brush->numplanes = numpoints + 2;
        brush->planes = (colplanef_t *)(brush + 1);
        brush->points = (colpointf_t *)points;
-       Sys_Error("Collision_AllocBrushFromPermanentPolygonFloat: FIXME: this code needs to be updated to generate a mesh...\n");
+       Sys_Error("Collision_AllocBrushFromPermanentPolygonFloat: FIXME: this code needs to be updated to generate a mesh...");
        return brush;
 }