add set-ep3-menu-song

This commit is contained in:
Martin Michelsen
2022-03-08 16:45:07 -08:00
parent b8ab8551b6
commit 1b663aed58
4 changed files with 17 additions and 2 deletions
+1
View File
@@ -56,6 +56,7 @@ struct ServerState {
std::map<int64_t, std::shared_ptr<Lobby>> id_to_lobby;
std::atomic<int32_t> next_lobby_id;
uint8_t pre_lobby_event;
int32_t ep3_menu_song;
std::map<std::string, uint32_t> all_addresses;
uint32_t local_address;