added autogeneration of Notes for missing NotesTypes

This commit is contained in:
Chris Danford
2002-08-25 19:00:12 +00:00
parent 8d63a5f7e0
commit 1b3c62adb9
14 changed files with 145 additions and 79 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ ScreenSelectGroup::ScreenSelectGroup()
NotesType nt = GAMESTATE->GetCurrentStyleDef()->m_NotesType;
for( i=aAllSongs.GetSize()-1; i>=0; i-- ) // foreach Song, back to front
{
if( !aAllSongs[i]->SongHasNoteType(nt) )
if( !aAllSongs[i]->SongHasNotesType(nt) )
aAllSongs.RemoveAt( i );
}
}