document spectator message in 6xB4x52 command

This commit is contained in:
Martin Michelsen
2023-10-04 23:12:36 -07:00
parent 15c08c0101
commit da37fc1fee
+4 -2
View File
@@ -6594,8 +6594,10 @@ struct G_SetGameMetadata_GC_Ep3_6xB4x52 {
// 30+ = icon with 12 spectators (red) // 30+ = icon with 12 spectators (red)
le_uint16_t total_spectators = 0; // Clamped to [0, 999] by the client le_uint16_t total_spectators = 0; // Clamped to [0, 999] by the client
le_uint16_t unused = 0; le_uint16_t unused = 0;
le_uint16_t size = 0; // Number of used bytes in unknown_a2 (clamped to 0xFF) // If text_size is not zero, the text is shown in the top bar instead of the
parray<uint8_t, 0x100> unknown_a2; // usual message ("Viewing Battle", "Time left: XX:XX", and the like).
le_uint16_t text_size = 0;
ptext<char, 0x100> text;
} __packed__; } __packed__;
// 6xB4x53: Reject battle start request // 6xB4x53: Reject battle start request