From 15c5420a47c341ba68ebf1537d610db42ad8ba5d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 22 Feb 2003 03:33:14 +0000 Subject: * Removed "You fragged x" message * Slowed down turrets * Increased points value of aliens * Hopefully fixed bank/armoury bugs (ps.persistant[] clamped to 16bits?) * G_Printf( ); only prints in nondedicated mode * Commented out annoying ClientUserinfo changed LogPrintf --- src/cgame/cg_event.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cgame') 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 } -- cgit