From b9bcedd9114777f341576e867aa270d3a984971a Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 3 Oct 2009 11:46:23 +0000 Subject: Merge bugs: * Alien evolve menu fixed * Pain sound on spawn fixed --- src/cgame/cg_playerstate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cgame') diff --git a/src/cgame/cg_playerstate.c b/src/cgame/cg_playerstate.c index ba2d7359..292df218 100644 --- a/src/cgame/cg_playerstate.c +++ b/src/cgame/cg_playerstate.c @@ -247,7 +247,7 @@ void CG_CheckLocalSounds( playerState_t *ps, playerState_t *ops ) { int reward; - // don't play the sounds if the player just changed teams + // don't play the sounds if the player just spawned if( ps->persistant[ PERS_SPECSTATE ] != ops->persistant[ PERS_SPECSTATE ] ) return; -- cgit