Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions plugin_sa/game_sa/CPlane.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
extern CVector &vecRCBaronGunPos;