]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/q2map/brushbsp.c
Merge commit 'bf6dd1f2d186c799adf11f1e744a1ff57aa8d335' into garux-merge
[xonotic/netradiant.git] / tools / quake2 / q2map / brushbsp.c
index 022db65329568a419d21041338024d46bd55f9a2..3ca734bbcfbb9ac8c9a97ae0e85caca04a9862b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 1999-2006 Id Software, Inc. and contributors.
+   Copyright (C) 1999-2007 id Software, Inc. and contributors.
    For a list of contributors, see the accompanying CONTRIBUTORS file.
 
    This file is part of GtkRadiant.
@@ -1293,7 +1293,7 @@ tree_t *BrushBSP( bspbrush_t *brushlist, vec3_t mins, vec3_t maxs ){
 
                volume = BrushVolume( b );
                if ( volume < microvolume ) {
-                       Sys_Printf( "WARNING: entity %i, brush %i: microbrush\n",
+                       Sys_FPrintf( SYS_WRN, "WARNING: entity %i, brush %i: microbrush\n",
                                                b->original->entitynum, b->original->brushnum );
                }