diff options
author | Thilo Schulz <arny@ats.s.bawue.de> | 2011-05-14 14:32:43 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-09 22:17:32 +0000 |
commit | 457f832631206027d7c92050a4b1230f378aa1e4 (patch) | |
tree | ffe4a9314eb1c2dac875e7d9f40970d5cf717be3 /src/renderer/tr_bsp.c | |
parent | 24e257f5281d4056dd963c35243e4ee00c07e223 (diff) |
Remove newlines from Com_Error calls, patch by DevHC
Diffstat (limited to 'src/renderer/tr_bsp.c')
-rw-r--r-- | src/renderer/tr_bsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/tr_bsp.c b/src/renderer/tr_bsp.c index 563bb36d..4a7c0312 100644 --- a/src/renderer/tr_bsp.c +++ b/src/renderer/tr_bsp.c @@ -1801,7 +1801,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 |