rename Notes to Steps

This commit is contained in:
Chris Danford
2003-08-03 00:13:55 +00:00
parent 579c975638
commit bf02bfddf4
69 changed files with 269 additions and 258 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ protected:
MenuElements m_Menu;
DifficultyRating m_DifficultyRating;
// DifficultyMeter m_DifficultyMeter[NUM_PLAYERS];
vector<Notes*> m_arrayNotes[NUM_PLAYERS];
vector<Steps*> m_arrayNotes[NUM_PLAYERS];
int m_iSelection[NUM_PLAYERS];
bool m_bGoToOptions;