summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame')
-rw-r--r--src/cgame/cg_players.c5
1 files changed, 3 insertions, 2 deletions
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;*/
}
}