DWI read/write fixes

This commit is contained in:
Glenn Maynard
2005-02-12 08:18:31 +00:00
parent 10a4f13c51
commit cea0103b59
2 changed files with 15 additions and 2 deletions
+1
View File
@@ -190,6 +190,7 @@ void NotesWriterDWI::WriteDWINotesField( RageFile &f, const Steps &out, int star
{
NoteData notedata;
out.GetNoteData( notedata );
NoteDataUtil::InsertHoldTails( notedata );
const int iLastMeasure = int( notedata.GetLastBeat()/BEATS_PER_MEASURE );
for( int m=0; m<=iLastMeasure; m++ ) // foreach measure