NUM_STEPS_TYPES -> NUM_StepsType

This commit is contained in:
Glenn Maynard
2006-09-26 20:22:28 +00:00
parent 78cdd15ec0
commit a7b53444f8
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ public:
//
// Category high scores
//
HighScoreList m_CategoryHighScores[NUM_STEPS_TYPES][NUM_RANKING_CATEGORIES];
HighScoreList m_CategoryHighScores[NUM_StepsType][NUM_RANKING_CATEGORIES];
void AddCategoryHighScore( StepsType st, RankingCategory rc, HighScore hs, int &iIndexOut );
HighScoreList& GetCategoryHighScoreList( StepsType st, RankingCategory rc );