]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/q2map/qvis.c
More: Using Sys_FPrintf with SYS_WRN and SYS_ERR
[xonotic/netradiant.git] / tools / quake2 / q2map / qvis.c
index 72e7a46e2a33838af6e9ba3c7168bcf5fc5336b0..f942d1c4eb91ae8f93b6bface59f50f105854888 100644 (file)
@@ -209,7 +209,7 @@ void ClusterMerge( int leafnum ){
        numvis = LeafVectorFromPortalVector( portalvector, uncompressed );
 
        if ( uncompressed[leafnum >> 3] & ( 1 << ( leafnum & 7 ) ) ) {
-               Sys_Printf( "WARNING: Leaf portals saw into leaf\n" );
+               Sys_FPrintf( SYS_WRN, "WARNING: Leaf portals saw into leaf\n" );
        }
 
        uncompressed[leafnum >> 3] |= ( 1 << ( leafnum & 7 ) );