Skip to content

Commit 26e394d

Browse files
misyltoadEricS-Valve
authored andcommitted
Fix Detonator making world-detonation sound when attempting to fire underwater
1 parent 7965665 commit 26e394d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/server/tf/tf_projectile_flare.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ void CTFProjectile_Flare::Explode_Air( trace_t *pTrace, int bitsDamageType, bool
413413
if ( bSelfOnly )
414414
{
415415
bitsDamageType |= DMG_BLAST;
416-
nSound = SPECIAL2;
416+
nSound = SPECIAL3;
417417
}
418418

419419
CTakeDamageInfo info( this, pAttacker, m_hLauncher, vec3_origin, vecOrigin, GetDamage(), bitsDamageType | DMG_HALF_FALLOFF, TF_DMG_CUSTOM_FLARE_EXPLOSION );

0 commit comments

Comments
 (0)