From 5aeb484c4d6ecc29aff3177176d7d3d995b74de6 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 9 Jan 2024 16:35:59 -0500 Subject: [PATCH] Add missing struct member to Forza Dash telemetry --- include/hexagram/telemetry/dash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {