mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge branch 'master' of https://github.com/fishykins/ACE3 into fishykins-master
This commit is contained in:
commit
6dec4c8259
@ -27,6 +27,8 @@ GVAR(statusEffect_isGlobal) = [];
|
||||
|
||||
GVAR(setHearingCapabilityMap) = [];
|
||||
|
||||
GVAR(setMusicVolume) = true;
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// Set up PlayerChanged eventhandler for pre init (EH is installed in postInit)
|
||||
//////////////////////////////////////////////////
|
||||
|
@ -47,7 +47,9 @@ if (!_exists && _add) then {
|
||||
// in game sounds
|
||||
0 fadeSound _lowestVolume;
|
||||
0 fadeRadio _lowestVolume;
|
||||
0 fadeMusic _lowestVolume;
|
||||
if (GVAR(setMusicVolume)) then {
|
||||
0 fadeMusic _lowestVolume;
|
||||
};
|
||||
|
||||
// Set Radio mod variables.
|
||||
ACE_player setVariable ["tf_globalVolume", _lowestVolume];
|
||||
|
Loading…
Reference in New Issue
Block a user