Browse Source

Continue playing music in menus

pull/4104/head
obligaron 4 years ago committed by Anders Jenbo
parent
commit
d765fad1cc
  1. 4
      Source/menu.cpp

4
Source/menu.cpp

@ -47,8 +47,6 @@ bool InitMenu(_selhero_selections type)
if (type == SELHERO_PREVIOUS)
return true;
music_stop();
success = StartGame(type != SELHERO_CONTINUE, type != SELHERO_CONNECT);
if (success)
RefreshMusic();
@ -182,8 +180,6 @@ void mainmenu_loop()
break;
}
} while (!done);
music_stop();
}
} // namespace devilution

Loading…
Cancel
Save