From e3f1afe0e83c296febb219a61cc761ea5ff2ce83 Mon Sep 17 00:00:00 2001 From: Timothee Besset Date: Sun, 24 Apr 2016 15:05:09 -0500 Subject: [PATCH] phrasing.. --- tools/quake3/q3map2/surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2