Remove newlines from Rend2 error messages

This commit is contained in:
Zack Middleton 2013-02-11 16:37:00 -06:00
parent eab1f9720a
commit 50e85b23b3
5 changed files with 27 additions and 27 deletions

View file

@ -3276,7 +3276,7 @@ void RE_LoadWorldMap( const char *name ) {
byte *startMarker;
if ( tr.worldMapLoaded ) {
ri.Error( ERR_DROP, "ERROR: attempted to redundantly load world map\n" );
ri.Error( ERR_DROP, "ERROR: attempted to redundantly load world map" );
}
// set default map light scale