]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/surface.c
phrasing..
[xonotic/netradiant.git] / tools / quake3 / q3map2 / surface.c
index 2aeda857975d703cff070dd3c38b39b776c77f5e..4a3467f991c833c20eed8b2d5ae0b43e633e8ba4 100644 (file)
@@ -1164,7 +1164,7 @@ mapDrawSurface_t *DrawSurfaceForMesh( entity_t *e, parseMesh_t *p, mesh_t *mesh
 
        /* spew forth errors */
        if ( VectorLength( plane ) < 0.001f ) {
-               Sys_Printf( "BOGUS " );
+               Sys_Printf( "DrawSurfaceForMesh: bogus plane\n" );
        }
 
        /* test each vert */