mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
local -> private
This commit is contained in:
parent
fa7299ba1b
commit
6d04156f69
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user