diff --git a/include/hexagram/telemetry/dash.h b/include/hexagram/telemetry/dash.h index 6ba3eee..48de78c 100644 --- a/include/hexagram/telemetry/dash.h +++ b/include/hexagram/telemetry/dash.h @@ -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 {