NUM_NOTES_TYPES => NUM_STEPS_TYPES

This commit is contained in:
Chris Danford
2003-08-07 06:38:18 +00:00
parent 1a0d83cbc0
commit 879fa6c37c
8 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ public:
{
int iScore;
CString sName;
} m_MachineScores[NUM_NOTES_TYPES][NUM_RANKING_CATEGORIES][NUM_RANKING_LINES];
} m_MachineScores[NUM_STEPS_TYPES][NUM_RANKING_CATEGORIES][NUM_RANKING_LINES];
void AddScores( StepsType nt, bool bPlayerEnabled[NUM_PLAYERS], RankingCategory hsc[NUM_PLAYERS], int iScore[NUM_PLAYERS], int iNewRecordIndexOut[NUM_PLAYERS] ); // set iNewRecordIndex = -1 if not a new record
void UpdateBest();