refine 6x05 a bit

This commit is contained in:
Martin Michelsen
2024-10-15 22:07:35 -07:00
parent 8cc8d804bc
commit 34bd2cd6a7
+1 -1
View File
@@ -3914,7 +3914,7 @@ struct G_SwitchStateChanged_6x05 {
G_ObjectIDHeader header; G_ObjectIDHeader header;
// TODO: Some of these might be big-endian on GC; it only byteswaps // 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]? // 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 unknown_a2 = 0;
le_uint16_t switch_flag_num = 0; le_uint16_t switch_flag_num = 0;
uint8_t switch_flag_floor = 0; uint8_t switch_flag_floor = 0;