apply "false" to the variable "_abort"

This commit is contained in:
Namindu
2014-06-08 13:39:41 -07:00
parent f886cea45a
commit 87a914ca9e

View File

@@ -7,6 +7,8 @@ _isVehicle = false;
_vehicleSrc = _this select 3;
_abort = false
if(!(isNull _vehicleSrc)) then {
_isVehicle = ((_vehicleSrc isKindOf "AllVehicles") && !(_vehicleSrc isKindOf "Man"));
@@ -147,4 +149,4 @@ if(_IsNearVehicle >= 1) then {
} else {
cutText [(localize "str_epoch_player_27"), "PLAIN DOWN"];
};
DZE_ActionInProgress = false;
DZE_ActionInProgress = false;