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
@@ -88,7 +88,7 @@ void Course::LoadFromCRSFile( CString sPath, CArray<Song*,Song*> &apSongs )
continue; // skip this song
Notes* pNotes = NULL;
for( int i=0; i<pSong->m_arrayNotes.GetSize(); i++ )
for( i=0; i<pSong->m_arrayNotes.GetSize(); i++ )
if( 0 == stricmp(pSong->m_arrayNotes[i]->m_sDescription, sNotesDescription) )
pNotes = pSong->m_arrayNotes[i];
+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;
+8 -20
View File
@@ -338,14 +338,6 @@ SOURCE=.\IniFile.cpp
SOURCE=.\IniFile.h
# End Source File
# Begin Source File
SOURCE=.\MSDScanner.cpp
# End Source File
# Begin Source File
SOURCE=.\MSDScanner.h
# End Source File
# End Group
# Begin Group "System"
@@ -528,6 +520,14 @@ SOURCE=.\BPMDisplay.h
# End Source File
# Begin Source File
SOURCE=.\Course.cpp
# End Source File
# Begin Source File
SOURCE=.\Course.h
# End Source File
# Begin Source File
SOURCE=.\CourseContentsFrame.cpp
# End Source File
# Begin Source File
@@ -1044,18 +1044,6 @@ SOURCE=.\ScreenStage.h
# End Source File
# Begin Source File
SOURCE=.\ScreenSynchronize.cpp
# End Source File
# Begin Source File
SOURCE=.\ScreenSynchronize.h
# End Source File
# Begin Source File
SOURCE=.\ScreenSynchronizeMenu.cpp
# End Source File
# Begin Source File
SOURCE=.\ScreenSynchronizeMenu.h
# End Source File
# Begin Source File