Update CfgSounds.hpp

Add lower volume version of the blizzard sound effect for players inside buildings.
This commit is contained in:
worldwidesorrow
2020-07-22 21:39:06 -05:00
committed by GitHub
parent 64ccddf53c
commit b956dcfc71

View File

@@ -821,4 +821,9 @@ class CfgSounds {
sound[] = {"\dayz_sfx\effects\blizzard.ogg",1,1}; sound[] = {"\dayz_sfx\effects\blizzard.ogg",1,1};
titles[] = {}; titles[] = {};
}; };
class blizzardLow {
name = "";
sound[] = {"\dayz_sfx\effects\blizzard.ogg",0.5,1};
titles[] = {};
};
}; };