summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Millwood <thebenmachine@gmail.com>2010-03-11 10:30:45 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:30 +0000
commitbc4f6d8cb65f32a045afc0e39f983492ceb187e9 (patch)
tree2d37c4f6f25d20dd05e761be74239ad60eda5805
parent2a7581bf0b216d16d90ae4821db6182f192f6f8c (diff)
* (bug 4562) Prevent colour leaking on unknown obituaries (thanks Oops)
-rw-r--r--src/cgame/cg_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c
index 11be2472..49e8128d 100644
--- a/src/cgame/cg_event.c
+++ b/src/cgame/cg_event.c
@@ -369,7 +369,7 @@ static void CG_Obituary( entityState_t *ent )
}
// we don't know what it was
- CG_Printf( "%s died\n", targetName );
+ CG_Printf( "%s" S_COLOR_WHITE " died\n", targetName );
}