diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index 49372f17dc..3869082b96 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -983,14 +983,13 @@ bool MusicWheel::Select() // return true of a playable item was chosen else // already collapsed m_sExpandedSectionName = sThisItemSectionName; // expand it + m_soundExpand.Play(); + SetOpenGroup(m_sExpandedSectionName); RebuildMusicWheelItems(); - m_soundExpand.Play(); - - m_iSelection = 0; // reset in case we can't find the last selected song // find the section header and select it for( unsigned i=0; i