diff options
author | Zack Middleton <zturtleman@gmail.com> | 2013-02-11 16:37:00 -0600 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-02-16 21:54:32 +0000 |
commit | 2adfeadacd6f7f045a316b09650176a4bf1dab55 (patch) | |
tree | 8d4455d7aab8a88316775574e6abd17c6c50b9d6 /src/rend2/tr_bsp.c | |
parent | caaa94752abfdf59139e301cf82d4bf31c20c6d9 (diff) |
Remove newlines from Rend2 error messages
Diffstat (limited to 'src/rend2/tr_bsp.c')
-rw-r--r-- | src/rend2/tr_bsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rend2/tr_bsp.c b/src/rend2/tr_bsp.c index 0eb56ce4..c14245b8 100644 --- a/src/rend2/tr_bsp.c +++ b/src/rend2/tr_bsp.c @@ -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 |