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
+3 -3
View File
@@ -16,7 +16,7 @@
#include "GameState.h"
#include "ThemeManager.h"
#include "GameManager.h"
#include "Notes.h"
#include "Steps.h"
#include "song.h"
//
@@ -312,12 +312,12 @@ void EditMenu::OnRowValueChanged( Row row )
}
}
Notes* EditMenu::GetSelectedNotes()
Steps* EditMenu::GetSelectedNotes()
{
return GetSelectedSong()->GetNotes(GetSelectedNotesType(),GetSelectedDifficulty(), false);
}
Notes* EditMenu::GetSelectedSourceNotes()
Steps* EditMenu::GetSelectedSourceNotes()
{
return GetSelectedSong()->GetNotes(GetSelectedSourceNotesType(),GetSelectedSourceDifficulty(), false);
}