X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake2%2Fq2map%2Fqvis.c;h=ce1dd103ba56c90d5dd41200aa2bf244b34f4761;hb=b7e5662d0c9342cc42501de697386ef5a96277e6;hp=f3f86da6ffae80c3aa04550df5b25760acc82fc7;hpb=830125fad042fad35dc029b6eb57c8156ad7e176;p=xonotic%2Fnetradiant.git diff --git a/tools/quake2/q2map/qvis.c b/tools/quake2/q2map/qvis.c index f3f86da6..ce1dd103 100644 --- a/tools/quake2/q2map/qvis.c +++ b/tools/quake2/q2map/qvis.c @@ -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 ) );