broadcast m_SortOrder

This commit is contained in:
Glenn Maynard
2005-08-24 20:42:14 +00:00
parent 833903e7ef
commit 56817d9490
4 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ void ScreenNetSelectMusic::Input( const DeviceInput& DeviceI, const InputEventTy
so = SORT_TITLE;
GAMESTATE->m_PreferredSortOrder = so;
GAMESTATE->m_SortOrder = so;
GAMESTATE->m_SortOrder.Set( so );
m_MusicWheel.SelectSection( ssprintf("%c", c ) );
m_MusicWheel.SetOpenGroup( ssprintf("%c", c ), so );
m_MusicWheel.Move( +1 );