From 1dd9e0cb915de2431106e067e86ef01d5b10169f Mon Sep 17 00:00:00 2001 From: SplenectomY Date: Mon, 9 Feb 2015 13:57:48 -0500 Subject: [PATCH] Update CfgSounds.hpp --- SQF/dayz_sfx/CfgSounds.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_sfx/CfgSounds.hpp b/SQF/dayz_sfx/CfgSounds.hpp index 685eb685d..362b2feff 100644 --- a/SQF/dayz_sfx/CfgSounds.hpp +++ b/SQF/dayz_sfx/CfgSounds.hpp @@ -147,17 +147,17 @@ class CfgSounds { }; class z_cough_w_0 { name = ""; - sound[] = {"\dayz_sfx\effects\cough_0.ogg",0.5,1.5,40}; + sound[] = {"\dayz_sfx\effects\cough_w_0.ogg",0.5,1.5,40}; titles[] = {}; }; class z_cough_w_1 { name = ""; - sound[] = {"\dayz_sfx\effects\cough_1.ogg",0.4,1.5,40}; + sound[] = {"\dayz_sfx\effects\cough_w_1.ogg",0.4,1.5,40}; titles[] = {}; }; class z_cough_w_2 { name = ""; - sound[] = {"\dayz_sfx\effects\cough_2.ogg",0.3,1.5,40}; + sound[] = {"\dayz_sfx\effects\cough_w_2.ogg",0.3,1.5,40}; titles[] = {}; }; class z_bandage_0 {