From 96f1d40a71dc29a02aad25a9b9f08b2e65047caa Mon Sep 17 00:00:00 2001 From: seelenapparat Date: Tue, 24 Aug 2021 15:31:34 +0200 Subject: [PATCH] Fix unnecessary pitch for female cough sounds in CfgSounds.hpp Fix unnecessary pitch for female cough sounds. --- 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 b3d11f294..fd3b516dc 100644 --- a/SQF/dayz_sfx/CfgSounds.hpp +++ b/SQF/dayz_sfx/CfgSounds.hpp @@ -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 {