use MoveTapNoteTrack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user