diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cgame/cg_event.c | 2 |
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 ); } |