This commit is contained in:
Glenn Maynard
2004-01-01 01:21:59 +00:00
parent 5e7fb3b90b
commit da0a934978
4 changed files with 7 additions and 2 deletions
+1
View File
@@ -327,3 +327,4 @@ Steps* EditMenu::GetSelectedSourceNotes()
{ {
return GetSelectedSong()->GetStepsByDifficulty(GetSelectedSourceNotesType(),GetSelectedSourceDifficulty(), false); return GetSelectedSong()->GetStepsByDifficulty(GetSelectedSourceNotesType(),GetSelectedSourceDifficulty(), false);
} }
+1
View File
@@ -1,5 +1,6 @@
#ifndef EDITMENU_H #ifndef EDITMENU_H
#define EDITMENU_H #define EDITMENU_H
/* /*
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
Class: EditMenu Class: EditMenu
+1
View File
@@ -230,3 +230,4 @@ void ScreenEditMenu::MenuBack( PlayerNumber pn )
SOUND->StopMusic(); SOUND->StopMusic();
} }
+4 -2
View File
@@ -1,3 +1,6 @@
#ifndef SCREEN_EDIT_MENU_H
#define SCREEN_EDIT_MENU_H
/* /*
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
Class: ScreenEditMenu Class: ScreenEditMenu
@@ -41,5 +44,4 @@ private:
MenuElements m_Menu; MenuElements m_Menu;
}; };
#endif