add persistent lobby flag

This commit is contained in:
Martin Michelsen
2019-01-29 00:17:25 -08:00
parent f3842b49f3
commit aecc263f69
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -755,7 +755,7 @@ void process_menu_selection(shared_ptr<ServerState> s, shared_ptr<Client> c,
}
}
void process_change_lobby(shared_ptr<ServerState> s, shared_ptr<Client> c,
void process_change_lobby(shared_ptr<ServerState> s, shared_ptr<Client> c,
uint16_t command, uint32_t flag, uint16_t size, const void* data) { // 84
struct Cmd {
uint32_t menu_id;