mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00: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
|
@ -2892,12 +2892,9 @@ MNU_JoystickCheck(MenuItem *item)
|
|||
// This is only called when Enter is pressed
|
||||
static SWBOOL
|
||||
MNU_TryMusicInit(void)
|
||||
{
|
||||
if (PlaySong(0, RedBookSong[Level], TRUE, FALSE))
|
||||
{
|
||||
if (currentmenu->cursor == 0)
|
||||
MNU_MusicCheck(¤tmenu->items[currentmenu->cursor+1]);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue