From: Timothee Besset Date: Sun, 24 Apr 2016 20:05:09 +0000 (-0500) Subject: phrasing.. X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=e3f1afe0e83c296febb219a61cc761ea5ff2ce83 phrasing.. --- diff --git a/tools/quake3/q3map2/surface.c b/tools/quake3/q3map2/surface.c index 2aeda857..4a3467f9 100644 --- a/tools/quake3/q3map2/surface.c +++ b/tools/quake3/q3map2/surface.c @@ -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 */