Add missing struct member to Forza Dash telemetry
This commit is contained in:
parent
9289941c27
commit
5aeb484c4d
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,8 @@
|
|||
typedef struct _hexagram_telemetry_dash_car {
|
||||
int32_t id,
|
||||
class,
|
||||
drivetrain,
|
||||
performance_index,
|
||||
drivetrain_type,
|
||||
engine_cylinders;
|
||||
|
||||
hexagram_coord position;
|
||||
|
@ -22,7 +23,6 @@ typedef struct _hexagram_telemetry_dash_car {
|
|||
float boost,
|
||||
fuel,
|
||||
odometer;
|
||||
|
||||
} hexagram_telemetry_dash_car;
|
||||
|
||||
typedef struct _hexagram_telemetry_dash_race {
|
||||
|
|
Loading…
Add table
Reference in a new issue