From 2ee76d11bb34641e021f69b3509da5c62e7afdb0 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 27 May 2004 21:43:24 +0000 Subject: * Added code to calculate the average number of players that are playing * Added stats on game end to aid balancing * "itemact " now selects a weapon as well as activating an upgrade * Disabled chat balloon entirely --- src/cgame/cg_players.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/cgame') diff --git a/src/cgame/cg_players.c b/src/cgame/cg_players.c index 1ea8d30d..9aba27a4 100644 --- a/src/cgame/cg_players.c +++ b/src/cgame/cg_players.c @@ -1697,8 +1697,9 @@ static void CG_PlayerSprites( centity_t *cent ) if( cent->currentState.eFlags & EF_TALK ) { - CG_PlayerFloatSprite( cent, cgs.media.balloonShader ); - return; + //TA: the masses have decreed this to be wrong +/* CG_PlayerFloatSprite( cent, cgs.media.balloonShader ); + return;*/ } } -- cgit