From 3f6075cdd61437f68427347788baf65fe3b7f183 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 13 Dec 2002 22:07:59 +0000 Subject: [PATCH] ... oops. --- stepmania/src/NotesWriterDWI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NotesWriterDWI.cpp b/stepmania/src/NotesWriterDWI.cpp index 5fbae1c06b..b9dde204c9 100644 --- a/stepmania/src/NotesWriterDWI.cpp +++ b/stepmania/src/NotesWriterDWI.cpp @@ -88,7 +88,7 @@ void NotesWriterDWI::WriteDWINotesField( FILE* fp, const Notes &out, int start ) const int iLastMeasure = int( notedata.GetLastBeat()/BEATS_PER_MEASURE ); for( int m=0; m<=iLastMeasure; m++ ) // foreach measure { - NoteType nt = notedata.GetSmallestNoteTypeForMeasure( m ); + NoteType nt = NoteDataUtil::GetSmallestNoteTypeForMeasure( notedata, m ); double fCurrentIncrementer; switch( nt )