diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index 57194cebd5..e0860ca7f8 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -88,7 +88,7 @@ void Course::LoadFromCRSFile( CString sPath, CArray &apSongs ) continue; // skip this song Notes* pNotes = NULL; - for( int i=0; im_arrayNotes.GetSize(); i++ ) + for( i=0; im_arrayNotes.GetSize(); i++ ) if( 0 == stricmp(pSong->m_arrayNotes[i]->m_sDescription, sNotesDescription) ) pNotes = pSong->m_arrayNotes[i]; diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index 192746ab09..957cc2ee1e 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -259,7 +259,7 @@ ScreenEvaluation::ScreenEvaluation( bool bSummary ) GS[p].fRadarActual[i] += GSstage.fRadarActual[i]; } } - for( int i=0; i