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
+2 -2
View File
@@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
Class: ScreenSelectMusic
Desc: The screen in PLAY_MODE_ARCADE where you choose a Song and Notes.
Desc: The screen in PLAY_MODE_ARCADE where you choose a Song and Steps.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
@@ -66,7 +66,7 @@ protected:
void UpdateOptionsDisplays();
vector<Notes*> m_arrayNotes;
vector<Steps*> m_arrayNotes;
int m_iSelection[NUM_PLAYERS];
MenuElements m_Menu;