Change order of OpenGroup/SelectSection. This seems to help with forcedletter selections.

This commit is contained in:
Charles Lohr
2005-04-02 18:31:49 +00:00
parent 10614a067b
commit cbfdbad757
+1 -1
View File
@@ -138,8 +138,8 @@ void ScreenNetSelectMusic::Input( const DeviceInput& DeviceI, const InputEventTy
so = SORT_TITLE;
GAMESTATE->m_PreferredSortOrder = so;
m_MusicWheel.SetOpenGroup( ssprintf("%c", c ), so );
m_MusicWheel.SelectSection( ssprintf("%c", c ) );
m_MusicWheel.SetOpenGroup( ssprintf("%c", c ), so );
m_MusicWheel.Move( +1 );
//m_MusicWheel.Move( -1 );
}