mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix preping some missing files (jdam/doppler)
This commit is contained in:
parent
ed260fc3a2
commit
1819cadf0a
@ -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
|
||||
|
@ -24,4 +24,3 @@ private _attackProfiles = createHashMap;
|
||||
} forEach _configs;
|
||||
|
||||
[_seekerTypes, _navigationTypes, _attackProfiles]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "\z\ace\addons\missileguidance\script_component.hpp"
|
||||
#include "..\script_component.hpp"
|
||||
// tracks a projectile until it explodes
|
||||
params ["_projectile"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user