From 5d2d4cf2ad4f2975e6c7b7b7ecb3bfdaf7682cb8 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Mon, 19 Feb 2024 21:21:01 -0800 Subject: [PATCH] fix 6x70 transcoding between BB/non-BB --- src/CommandFormats.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 67d1be2a..e7ba5129 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -4909,7 +4909,8 @@ struct G_SyncPlayerDispAndInventory_BB_6x70 { // Offsets in this struct are relative to the overall command header /* 0008 */ G_ExtendedHeader header = {{0x70, 0x00, 0x0000}, sizeof(G_SyncPlayerDispAndInventory_BB_6x70)}; /* 0010 */ G_SyncPlayerDispAndInventory_BaseV1 base; - /* 0128 */ pstring name; + /* 0128 */ pstring name; + /* 0140 */ parray unknown_a1; // Probably actually unused /* 0148 */ PlayerStats stats; /* 016C */ le_uint32_t num_items = 0; /* 0170 */ parray items;