]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - collision.c
corrected an error message
[xonotic/darkplaces.git] / collision.c
index e134ec075ad18f76c3f49621244912b879440346..776337cae1d88960066a183029ae2de57da99872 100644 (file)
@@ -408,7 +408,7 @@ colbrushf_t *Collision_NewBrushFromPlanes(mempool_t *mempool, int numoriginalpla
                // check if there are too many and skip the brush
                if (numplanesbuf >= maxplanesbuf)
                {
-                       Con_Print("Mod_Q3BSP_LoadBrushes: failed to build collision brush: too many planes for buffer\n");
+                       Con_Print("Collision_NewBrushFromPlanes: failed to build collision brush: too many planes for buffer\n");
                        return NULL;
                }