Fix undefined vars in unload_act.sqf

This commit is contained in:
ebaydayz
2016-11-10 19:14:29 -05:00
committed by GitHub
parent ed49630e0c
commit dba59af7c1

View File

@@ -7,6 +7,8 @@ _args = _this select 3;
_name = _args select 0;
_vcl = _args select 1;
_crewVcl = crew _vcl;
LHA_Deck = [];
LHA_height = 0;
//_name removeAction NORRN_pullOutAction; // NORRN_pullOutAction is defined anywhere
@@ -34,4 +36,4 @@ for [{ _loop = 0 },{ _loop < count _crewVcl },{ _loop = _loop + 1}] do
uiSleep 0.1;
};
if (true) exitWith {};
if (true) exitWith {};