From ea3fe754f4fe087c1f6c2b8403474ee1b7caed53 Mon Sep 17 00:00:00 2001 From: Matt Schubert Date: Sun, 30 Nov 2008 12:53:18 -0500 Subject: [PATCH] Fixed missing slap sounds in L4D (bug 3453, r=dvander) --- gamedata/sdktools.games.l4d.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gamedata/sdktools.games.l4d.txt b/gamedata/sdktools.games.l4d.txt index 8ba8ec6b..786f9f5f 100644 --- a/gamedata/sdktools.games.l4d.txt +++ b/gamedata/sdktools.games.l4d.txt @@ -5,10 +5,9 @@ { "Keys" { - "SlapSoundCount" "3" - "SlapSound1" "player/pl_fallpain1.wav" - "SlapSound2" "player/pl_fallpain3.wav" - "SlapSound3" "player/pl_pain5.wav" + "SlapSoundCount" "2" + "SlapSound1" "player/damage1.wav" + "SlapSound2" "player/damage2.wav" "m_iFrags" "m_iFrags" } "Offsets"