diff options
Diffstat (limited to 'src/cgame/cg_servercmds.c')
-rw-r--r-- | src/cgame/cg_servercmds.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c index 88df68f2..3af04eda 100644 --- a/src/cgame/cg_servercmds.c +++ b/src/cgame/cg_servercmds.c @@ -125,8 +125,6 @@ static void CG_ParseWarmup( void ) if( warmup == 0 && cg.warmup ) { } - else if( warmup > 0 && cg.warmup <= 0 ) - trap_S_StartLocalSound( cgs.media.countPrepareSound, CHAN_ANNOUNCER ); cg.warmup = warmup; } @@ -475,10 +473,7 @@ static void CG_MapRestart( void ) // play the "fight" sound if this is a restart without warmup if( cg.warmup == 0 ) - { - trap_S_StartLocalSound( cgs.media.countFightSound, CHAN_ANNOUNCER ); CG_CenterPrint( "FIGHT!", 120, GIANTCHAR_WIDTH * 2 ); - } trap_Cvar_Set( "cg_thirdPerson", "0" ); } |