Fix unnecessary pitch for female cough sounds in CfgSounds.hpp

Fix unnecessary pitch for female cough sounds.
This commit is contained in:
seelenapparat
2021-08-24 15:31:34 +02:00
parent e6b2e963ba
commit 96f1d40a71

View File

@@ -152,17 +152,17 @@ class CfgSounds {
};
class z_cough_w_0 {
name = "";
sound[] = {"\dayz_sfx\effects\cough_w_0.ogg",0.5,1.5,40};
sound[] = {"\dayz_sfx\effects\cough_w_0.ogg",0.5,1,40};
titles[] = {};
};
class z_cough_w_1 {
name = "";
sound[] = {"\dayz_sfx\effects\cough_w_1.ogg",0.4,1.5,40};
sound[] = {"\dayz_sfx\effects\cough_w_1.ogg",0.4,1,40};
titles[] = {};
};
class z_cough_w_2 {
name = "";
sound[] = {"\dayz_sfx\effects\cough_w_2.ogg",0.3,1.5,40};
sound[] = {"\dayz_sfx\effects\cough_w_2.ogg",0.3,1,40};
titles[] = {};
};
class z_bandage_0 {