From 34bd2cd6a795982fa99f6f9849baaf43932e7b9c Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Tue, 15 Oct 2024 22:07:35 -0700 Subject: [PATCH] refine 6x05 a bit --- src/CommandFormats.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index dd1f3a83..fe5aa0fb 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -3914,7 +3914,7 @@ struct G_SwitchStateChanged_6x05 { G_ObjectIDHeader header; // TODO: Some of these might be big-endian on GC; it only byteswaps // switch_flag_num. Are the others actually uint16, or are they uint8[2]? - le_uint16_t unknown_a1 = 0; + le_uint16_t client_id = 0; le_uint16_t unknown_a2 = 0; le_uint16_t switch_flag_num = 0; uint8_t switch_flag_floor = 0;