From bc7943d729bee6e6dd366cd4c08d22ff30f4f9eb Mon Sep 17 00:00:00 2001 From: jaynus Date: Wed, 8 Apr 2015 09:18:11 -0700 Subject: [PATCH] added todo --- addons/missileguidance/functions/fnc_doSeekerSearch.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/missileguidance/functions/fnc_doSeekerSearch.sqf b/addons/missileguidance/functions/fnc_doSeekerSearch.sqf index 9d733d39ab..5ab668bea8 100644 --- a/addons/missileguidance/functions/fnc_doSeekerSearch.sqf +++ b/addons/missileguidance/functions/fnc_doSeekerSearch.sqf @@ -9,6 +9,7 @@ _targetLaunchParams = _launchParams select 1; _seekerParams = _this select 3; +// TODO: this needs to be shootCone/findStrongestRay after testing _targets = [_projectile, ACE_DEFAULT_LASER_CODE, (_seekerParams select 0)] call ace_laser_fnc_findLaserDesignator; _foundTargetPos = getPosASL (_targets select 1);