added todo

This commit is contained in:
jaynus 2015-04-08 09:18:11 -07:00
parent 87dac2c2ad
commit bc7943d729

View File

@ -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);