Skip to content

Commit

Permalink
missile_aim120 - Visual feedback for loft mode (#10768)
Browse files Browse the repository at this point in the history
Update CfgAmmo.hpp (#4)
  • Loading branch information
SpicyBagpipes authored Mar 2, 2025
1 parent fab7f9a commit b7e269b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/missile_aim120/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ class CfgAmmo {
maneuvrability = 0;
flightProfiles[] = {"Direct", "Loft"};
class Direct {}; // dummy to allow for F cycling of missile mode
class Loft {};
class Loft {
textureType = "topDown";
};
class ace_missileguidance: EGVAR(missileguidance,type_AMRAAM) {
enabled = 1;
};
Expand Down

0 comments on commit b7e269b

Please sign in to comment.