NotesType => StepsType

This commit is contained in:
Chris Danford
2003-08-07 06:16:17 +00:00
parent c48fcfa313
commit f5cd95b4f9
30 changed files with 183 additions and 185 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ EditMenu::EditMenu()
m_iSelection[ROW_SONG] = i;
OnRowValueChanged( ROW_SONG );
// Select the current NotesType and difficulty if any
// Select the current StepsType and difficulty if any
if( GAMESTATE->m_pCurNotes )
{
for( i=0; i<m_NotesTypes.size(); i++ )