fixed little compile error in Ez2SelectStyle
This commit is contained in:
@@ -642,7 +642,7 @@ void ScreenEz2SelectMusic::AfterMusicChange()
|
|||||||
break;
|
break;
|
||||||
case TYPE_SONG:
|
case TYPE_SONG:
|
||||||
{
|
{
|
||||||
pSong->GetNotesThatMatch( GAMESTATE->GetCurrentStyleDef()->m_NotesType, m_arrayNotes );
|
pSong->GetNotesThatMatch( GAMESTATE->GetCurrentStyleDef(), PLAYER_1, m_arrayNotes );
|
||||||
SortNotesArrayByDifficulty( m_arrayNotes );
|
SortNotesArrayByDifficulty( m_arrayNotes );
|
||||||
|
|
||||||
m_Banner.SetFromSong( pSong );
|
m_Banner.SetFromSong( pSong );
|
||||||
|
|||||||
Reference in New Issue
Block a user