diff --git a/addons/common/functions/fnc_showHud.sqf b/addons/common/functions/fnc_showHud.sqf index abd6d19f91..c46b88fd71 100644 --- a/addons/common/functions/fnc_showHud.sqf +++ b/addons/common/functions/fnc_showHud.sqf @@ -40,10 +40,10 @@ if (_reason != "") then { }; GVAR(showHudHash) params ["_reasons", "_masks"]; -local _resultMask = []; +private _resultMask = []; for "_index" from 0 to 7 do { - local _set = true; //Default to true + private _set = true; //Default to true { if (!(_x select _index)) exitWith { _set = false; //Any false will make it false