fix some struct notes

This commit is contained in:
Martin Michelsen
2023-09-20 18:27:43 -07:00
parent de110a1c88
commit 3682c082ea
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ void Server::send_commands_for_joining_spectator(Channel& c, bool is_trial) cons
c.send(0xC9, 0x00, this->prepare_6xB4x1C_names_update());
c.send(0xC9, 0x00, this->prepare_6xB4x50_trap_tile_locations());
{
G_LoadCurrentEnvironment_GC_Ep3_6xB4x05 cmd_3B;
G_LoadCurrentEnvironment_GC_Ep3_6xB4x3B cmd_3B;
c.send(0xC9, 0x00, &cmd_3B, sizeof(cmd_3B));
}
}