local -> private

This commit is contained in:
PabstMirror 2015-11-17 13:56:55 -06:00
parent fa7299ba1b
commit 6d04156f69

View File

@ -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