From 6954eea1a948666587115d762af3bd05751dbbf0 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 5 May 2003 04:16:22 +0000 Subject: [PATCH] play expand sound before expensive banner loading --- stepmania/src/MusicWheel.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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