mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Update CfgSounds.hpp
Add lower volume version of the blizzard sound effect for players inside buildings.
This commit is contained in:
@@ -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[] = {};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user