[MusicWheel, WheelBase] Added collapse sound.

This commit is contained in:
AJ Kelly
2012-03-01 21:35:33 -06:00
parent ce4366e605
commit 02ae959aab
5 changed files with 10 additions and 2 deletions
+1
View File
@@ -109,6 +109,7 @@ void MusicWheel::Load( RString sType )
m_soundChangeSort.Load( THEME->GetPathS(sType,"sort") );
m_soundExpand.Load( THEME->GetPathS(sType,"expand"), true );
m_soundCollapse.Load( THEME->GetPathS(sType,"collapse"), true );
// Update for SORT_MOST_PLAYED.
SONGMAN->UpdatePopular();