Long Marathon and Marathon Ver logic and graphics (floating bubble still to come)
This commit is contained in:
@@ -62,7 +62,7 @@ bool SetUpSongOptions() // always return true.
|
||||
continue; // skip
|
||||
|
||||
vector<Notes*> apNotes;
|
||||
pSong->GetNotesThatMatch( GAMESTATE->GetCurrentStyleDef()->m_NotesType, apNotes );
|
||||
pSong->GetNotes( apNotes, GAMESTATE->GetCurrentStyleDef()->m_NotesType );
|
||||
|
||||
if( apNotes.empty() )
|
||||
continue; // skip
|
||||
|
||||
Reference in New Issue
Block a user