mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix unnecessary pitch for female cough sounds in CfgSounds.hpp
Fix unnecessary pitch for female cough sounds.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user