summaryrefslogtreecommitdiff
path: root/src/cgame/cg_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_event.c')
-rw-r--r--src/cgame/cg_event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c
index ca13b0ab..992db57c 100644
--- a/src/cgame/cg_event.c
+++ b/src/cgame/cg_event.c
@@ -159,8 +159,8 @@ static void CG_Obituary( entityState_t *ent )
{
char *s;
- s = va( "You fragged %s", targetName );
- CG_CenterPrint( s, SCREEN_HEIGHT * 0.30, BIGCHAR_WIDTH );
+/* s = va( "You fragged %s", targetName );
+ CG_CenterPrint( s, SCREEN_HEIGHT * 0.30, BIGCHAR_WIDTH );*/
// print the text message as well
}