unify WriteBSPFile() print

This commit is contained in:
Garux
2024-03-08 04:23:25 +05:00
parent a3d438c4be
commit 34038fd7fd
7 changed files with 2 additions and 12 deletions

View File

@@ -354,9 +354,7 @@ void EndBSPFile( bool do_write ){
WriteSurfaceExtraFile( source );
/* write the bsp */
const auto path = StringStream( source, ".bsp" );
Sys_Printf( "Writing %s\n", path.c_str() );
WriteBSPFile( path );
WriteBSPFile( StringStream( source, ".bsp" ) );
}
}