From be9216fad5d386734d0c4d7c790e0534158875f9 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 20 Apr 2003 12:56:01 +0000 Subject: [PATCH] converted min function args to proper type --- stepmania/src/NoteDataWithScoring.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/NoteDataWithScoring.cpp b/stepmania/src/NoteDataWithScoring.cpp index 7da57085fe..694d588143 100644 --- a/stepmania/src/NoteDataWithScoring.cpp +++ b/stepmania/src/NoteDataWithScoring.cpp @@ -38,7 +38,7 @@ int NoteDataWithScoring::GetNumTapNotesWithScore( TapNoteScore tns, const float unsigned iStartIndex = BeatToNoteRow( fStartBeat ); unsigned iEndIndex = BeatToNoteRow( fEndBeat ); - for( unsigned i=iStartIndex; i(iEndIndex), static_cast(m_TapNoteScores[0].size())); i++ ) { for( int t=0; t(iEndIndex), static_cast(m_TapNoteScores[0].size())); i++ ) { int iNumNotesThisIndex = 0; TapNoteScore minTapNoteScore = TNS_MARVELOUS;