You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::set<FlareID_t> force_remove_flares; //!< User unticked an UI checkbox in Tuning menu, section Flares.
118
+
std::set<ExhaustID_t> force_remove_exhausts; //!< User unticked an UI checkbox in Tuning menu, section Exhausts.
117
119
/// @}
118
120
119
121
/// @name UI-controlled protection from addonpart tweaks
@@ -123,6 +125,7 @@ struct TuneupDef: public RefCountingObject<TuneupDef>
123
125
std::set<PropID_t> protected_props; //!< Props which cannot be altered via 'addonpart_tweak_prop' or 'addonpart_unwanted_prop' directive.
124
126
std::set<FlexbodyID_t> protected_flexbodies; //!< Flexbodies which cannot be altered via 'addonpart_tweak_flexbody' or 'addonpart_unwanted_flexbody' directive.
125
127
std::set<FlareID_t> protected_flares; //!< Flares which cannot be altered via 'addonpart_unwanted_flare' directive.
128
+
std::set<ExhaustID_t> protected_exhausts; //!< Exhausts which cannot be altered via 'addonpart_unwanted_exhaust' directive.
126
129
/// @}
127
130
128
131
TuneupDefPtr clone();
@@ -135,13 +138,15 @@ struct TuneupDef: public RefCountingObject<TuneupDef>
0 commit comments