use Get/SetTapNote

This commit is contained in:
Glenn Maynard
2002-10-25 04:59:26 +00:00
parent c2cc2881f9
commit 725fc98248
3 changed files with 8 additions and 6 deletions
+3 -1
View File
@@ -90,7 +90,9 @@ bool KSFLoader::LoadFromKSFFile( const CString &sPath, Notes &out )
iHoldStartRow[t] = -1;
}
notedata.m_TapNotes[t][row] = sRowString[t];
/* XXXXX: don't do this, translate explicitly, so the TAP_* constants
* can be changed */
notedata.SetTapNote(t, row, sRowString[t]);
}
}