mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-24 11:02:48 +00:00
Don't restart netgame connection music if it's already playing
This commit is contained in:
parent
c341f38ba8
commit
c6254d29f9
1 changed files with 5 additions and 1 deletions
|
|
@ -2750,7 +2750,11 @@ static void Command_connect(void)
|
|||
restoreMenu = &PLAY_MP_OptSelectDef;
|
||||
|
||||
Music_Remap("menu", "NETMD2");
|
||||
Music_Play("menu");
|
||||
|
||||
if (stricmp(Music_CurrentSong(), "NETMD2"))
|
||||
{
|
||||
Music_Play("menu");
|
||||
}
|
||||
|
||||
if (setup_numplayers == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue