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_DOUBLE ||
|
||||||
out.m_NotesType == NOTES_TYPE_DANCE_COUPLE) // if there are 4 panels, then the Up+Right track really contains the notes for Up
|
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->MoveTapNoteTrack(DANCE_NOTE_PAD1_UP, DANCE_NOTE_PAD1_UPRIGHT);
|
||||||
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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// we're done reading in all of the BMS values
|
// we're done reading in all of the BMS values
|
||||||
|
|||||||
Reference in New Issue
Block a user