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
+4
View File
@@ -371,6 +371,10 @@ void process_login_d_e_pc_gc(shared_ptr<ServerState> s, shared_ptr<Client> c,
c->bb_player_index = 0;
}
if ((c->flags & ClientFlag::Episode3Games) && (s->ep3_menu_song >= 0)) {
send_ep3_change_music(c, s->ep3_menu_song);
}
send_update_client_config(c);
process_login_complete(s, c);