Simplify.
This commit is contained in:
@@ -56,9 +56,6 @@ MusicBannerWheel::MusicBannerWheel()
|
|||||||
m_ScrollingList.SetSpacing( BANNERSPACING );
|
m_ScrollingList.SetSpacing( BANNERSPACING );
|
||||||
this->AddChild( &m_ScrollingList );
|
this->AddChild( &m_ScrollingList );
|
||||||
|
|
||||||
if( GAMESTATE->m_sPreferredSongGroup == GROUP_ALL )
|
|
||||||
SONGMAN->GetSongs( arraySongs );
|
|
||||||
else // Get the Group They Want
|
|
||||||
SONGMAN->GetSongs( arraySongs, GAMESTATE->m_sPreferredSongGroup );
|
SONGMAN->GetSongs( arraySongs, GAMESTATE->m_sPreferredSongGroup );
|
||||||
|
|
||||||
// filter songs that we don't have enough stages to play
|
// filter songs that we don't have enough stages to play
|
||||||
|
|||||||
Reference in New Issue
Block a user