fix VC7 compile errors

This commit is contained in:
Chris Danford
2003-05-11 08:19:24 +00:00
parent dd8331d9fc
commit 5c9710f155
6 changed files with 34 additions and 19 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName, Type type ) : Screen(sCl
RankingCategory cat[NUM_PLAYERS];
int iRankingIndex[NUM_PLAYERS];
float fTotalDP;
float fTotalDP = 0;
for( int p=0; p<NUM_PLAYERS; p++ )
{
float fAverageMeter = stageStats.iMeter[p] / (float)PREFSMAN->m_iNumArcadeStages;