From 39e491eb1e3ea13b34b0833f1428a68693ff2406 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Thu, 7 Sep 2023 23:54:15 -0700 Subject: [PATCH] split field in 6x70 command --- src/CommandFormats.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index eb50a011..06c57fcc 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -4546,7 +4546,8 @@ struct G_Unknown_6x6F { struct G_SyncPlayerDispAndInventory_V3_6x70 { G_ExtendedHeader header; // Offsets in this struct are relative to the overall command header - /* 000C */ parray unknown_a1; + /* 000C */ le_uint16_t client_id; + /* 000E */ le_uint16_t unknown_a1; // [1] and [3] in this array (and maybe [2] also) appear to be le_floats; // they could be the player's current (x, y, z) coords /* 0010 */ parray unknown_a2;