Remove newlines from Rend2 error messages
This commit is contained in:
parent
eab1f9720a
commit
50e85b23b3
5 changed files with 27 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue