diff --git a/plugin_sa/game_sa/CPlane.h b/plugin_sa/game_sa/CPlane.h index c88cc2ba..e7a25aed 100644 --- a/plugin_sa/game_sa/CPlane.h +++ b/plugin_sa/game_sa/CPlane.h @@ -42,10 +42,10 @@ class CPlane : public CAutomobile { protected: CPlane(plugin::dummy_func_t) : CAutomobile(plugin::dummy) {} public: - float field_988; - int field_98C; - int field_990; - int field_994; + float fLeftRightSkid; // field_988 + float fSteeringUpDown; // field_98C + float fSteeringLeftRight; // field_990 + float fAccelerationBreakStatus; // field_994 float field_998; int field_99C; int field_9A0; @@ -108,4 +108,4 @@ extern float &PLANE_DAMAGE_WAVE_COUNTER_VAR; extern float &PLANE_DAMAGE_THRESHHOLD; extern float &PLANE_DAMAGE_SCALE_MASS; extern float &PLANE_DAMAGE_DESTROY_THRESHHOLD; -extern CVector &vecRCBaronGunPos; \ No newline at end of file +extern CVector &vecRCBaronGunPos;