use MoveTapNoteTrack

This commit is contained in:
Glenn Maynard
2002-11-02 21:04:16 +00:00
parent 9374f853ed
commit 2e3b122c68
+1 -4
View File
@@ -187,10 +187,7 @@ bool BMSLoader::LoadFromBMSFile( const CString &sPath, Notes &out )
out.m_NotesType == NOTES_TYPE_DANCE_DOUBLE ||
out.m_NotesType == NOTES_TYPE_DANCE_COUPLE) // if there are 4 panels, then the Up+Right track really contains the notes for Up
{
pNoteData->m_TapNotes[DANCE_NOTE_PAD1_UP] =
pNoteData->m_TapNotes[DANCE_NOTE_PAD1_UPRIGHT];
for(unsigned i = 0; i < pNoteData->m_TapNotes[DANCE_NOTE_PAD1_UPRIGHT].size(); ++i)
pNoteData->SetTapNote(DANCE_NOTE_PAD1_UPRIGHT, i, TAP_EMPTY);
pNoteData->MoveTapNoteTrack(DANCE_NOTE_PAD1_UP, DANCE_NOTE_PAD1_UPRIGHT);
}
// we're done reading in all of the BMS values