fix preping some missing files (jdam/doppler)

This commit is contained in:
PabstMirror 2024-06-21 19:28:43 -05:00
parent ed260fc3a2
commit 1819cadf0a
3 changed files with 5 additions and 6 deletions

View File

@ -16,7 +16,7 @@ PREP(doSeekerSearch);
PREP(doHandoff);
PREP(handleHandoff);
PREP(shouldFilterRadarHit);
//re-enable after feature merge - PREP(shouldFilterRadarHit);
// Attack Profiles
PREP(attackProfile_AIR);
@ -25,7 +25,7 @@ PREP(attackProfile_LIN);
PREP(attackProfile_LOFT);
PREP(attackProfile_WIRE);
PREP(attackProfile_BEAM);
PREP(attackProfile_JDAM);
//re-enable after feature merge - PREP(attackProfile_JDAM);
// Javelin profiles
PREP(attackProfile_JAV_DIR);
@ -43,7 +43,7 @@ PREP(navigationType_direct);
PREP(seekerType_SALH);
PREP(seekerType_Optic);
PREP(seekerType_SACLOS);
PREP(seekerType_Doppler);
//re-enable after feature merge - PREP(seekerType_Doppler);
PREP(seekerType_MWR);
// Attack Profiles OnFired

View File

@ -24,4 +24,3 @@ private _attackProfiles = createHashMap;
} forEach _configs;
[_seekerTypes, _navigationTypes, _attackProfiles]

View File

@ -1,4 +1,4 @@
#include "\z\ace\addons\missileguidance\script_component.hpp"
#include "..\script_component.hpp"
// tracks a projectile until it explodes
params ["_projectile"];