use Get/SetTapNote

This commit is contained in:
Glenn Maynard
2002-10-25 04:37:00 +00:00
parent b766b6c7b9
commit dbb06ce6ac
4 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ bool BMSLoader::LoadFromBMSFile( const CString &sPath, Notes &out )
mapBMSTrackToDanceNote( iTrackNum, iColumnNumber, cNoteChar );
if( iColumnNumber != -1 )
pNoteData->m_TapNotes[iColumnNumber][iNoteIndex] = cNoteChar;
pNoteData->SetTapNote(iColumnNumber, iNoteIndex, cNoteChar);
}
}
}