replace local keyword with private

This commit is contained in:
commy2
2015-11-17 17:43:07 +01:00
parent b6f9a2b776
commit a57d1bca75
24 changed files with 34 additions and 34 deletions

View File

@ -25,7 +25,7 @@ if (_target isKindOf "StaticWeapon") exitWith {
// no check ammo action on destroyed static weapons
if (!alive _target) exitWith {false};
local _found = false;
private _found = false;
{
if (_x select 2) exitWith {