Update CfgSounds.hpp

This commit is contained in:
worldwidesorrow
2020-07-14 17:11:26 -05:00
committed by GitHub
parent addf4520a7
commit 877b94f31d

View File

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