function name error.

This commit is contained in:
jaynus 2015-01-19 20:19:33 -08:00
parent c5d03ce2c0
commit 7e621616d0

View File

@ -21,7 +21,7 @@ FUNC(guidance_Hellfire_LOAL_HI_PFH) = {
_shooter setVariable [QGVAR(launchTime), diag_tickTime, false];
};
_targets = [_missile, ACE_DEFAULT_LASER_CODE, 70, _curVelocity] call ace__laser_fnc_findLaserDesignator;
_targets = [_missile, ACE_DEFAULT_LASER_CODE, 70, _curVelocity] call ace_laser_fnc_findLaserDesignator;
_addHeight = [0,0,0];
if((_targets select 0)) then {
_target = _targets select 1;