Remove newlines from Com_Error calls, patch by DevHC
This commit is contained in:
parent
4cfb7d376b
commit
4b9ab42c2c
12 changed files with 38 additions and 38 deletions
|
@ -1800,7 +1800,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 sun direction to be used if it isn't
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue