mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
SW: Fix playing track 0 when entering the sound settings
git-svn-id: https://svn.eduke32.com/eduke32@8294 1a8010ca-5511-0410-912e-c29ae57300e0 # Conflicts: # source/sw/src/menus.cpp
This commit is contained in:
parent
0dbf3bbb1e
commit
41194f99f9
1 changed files with 0 additions and 3 deletions
|
@ -2893,11 +2893,8 @@ MNU_JoystickCheck(MenuItem *item)
|
||||||
static SWBOOL
|
static SWBOOL
|
||||||
MNU_TryMusicInit(void)
|
MNU_TryMusicInit(void)
|
||||||
{
|
{
|
||||||
if (PlaySong(0, RedBookSong[Level], TRUE, FALSE))
|
|
||||||
{
|
|
||||||
if (currentmenu->cursor == 0)
|
if (currentmenu->cursor == 0)
|
||||||
MNU_MusicCheck(¤tmenu->items[currentmenu->cursor+1]);
|
MNU_MusicCheck(¤tmenu->items[currentmenu->cursor+1]);
|
||||||
}
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue