Use DescribesCurrentModeForAllPlayers.
This commit is contained in:
@@ -289,7 +289,7 @@ bool MusicWheel::SelectSort( SongSortOrder so )
|
|||||||
{
|
{
|
||||||
if( from[i].m_SongSortOrder != so )
|
if( from[i].m_SongSortOrder != so )
|
||||||
continue;
|
continue;
|
||||||
if( !from[i].m_Action.DescribesCurrentMode() )
|
if( !from[i].m_Action.DescribesCurrentModeForAllPlayers() )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
// make its group the currently expanded group
|
// make its group the currently expanded group
|
||||||
@@ -304,7 +304,7 @@ bool MusicWheel::SelectSort( SongSortOrder so )
|
|||||||
{
|
{
|
||||||
if( m_CurWheelItemData[i]->m_SongSortOrder != so )
|
if( m_CurWheelItemData[i]->m_SongSortOrder != so )
|
||||||
continue;
|
continue;
|
||||||
if( !m_CurWheelItemData[i]->m_Action.DescribesCurrentMode() )
|
if( !m_CurWheelItemData[i]->m_Action.DescribesCurrentModeForAllPlayers() )
|
||||||
continue;
|
continue;
|
||||||
m_iSelection = i; // select it
|
m_iSelection = i; // select it
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user