From 877b94f31d30fdeb13586918c770df53cf883f7e Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 14 Jul 2020 17:11:26 -0500 Subject: [PATCH] Update CfgSounds.hpp --- SQF/dayz_sfx/CfgSounds.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SQF/dayz_sfx/CfgSounds.hpp b/SQF/dayz_sfx/CfgSounds.hpp index 5b6831206..10e669a85 100644 --- a/SQF/dayz_sfx/CfgSounds.hpp +++ b/SQF/dayz_sfx/CfgSounds.hpp @@ -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[] = {}; + }; };