Compiler Error Fixes

This commit is contained in:
Andrew Livy
2002-07-02 22:26:00 +00:00
parent 9ad0bd8111
commit 302aefa0f8
3 changed files with 10 additions and 22 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ ScreenEvaluation::ScreenEvaluation( bool bSummary )
GS[p].fRadarActual[i] += GSstage.fRadarActual[i];
}
}
for( int i=0; i<NUM_RADAR_VALUES; i++ )
for( i=0; i<NUM_RADAR_VALUES; i++ )
{
GS[p].fRadarPossible[i] /= iSongsToShow;
GS[p].fRadarActual[i] /= iSongsToShow;