feat(CHandlingData): Renamed m_brakeforce to m_brake_force

This commit is contained in:
Yimura 2021-07-26 12:14:39 +02:00
parent a4dff650dd
commit 8cf24872f2
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public:
float m_initial_drive_force; //0x0060
float m_drive_max_flat_velocity; //0x0064
float m_initial_drive_max_flat_vel; //0x0068
float m_brakeforce; //0x006C
float m_brake_force; //0x006C
char pad_0070[4]; //0x0070
float m_brake_bias_front; //0x0074
float m_brake_bias_rear; //0x0078

Binary file not shown.