test
This commit is contained in:
@@ -327,3 +327,4 @@ Steps* EditMenu::GetSelectedSourceNotes()
|
|||||||
{
|
{
|
||||||
return GetSelectedSong()->GetStepsByDifficulty(GetSelectedSourceNotesType(),GetSelectedSourceDifficulty(), false);
|
return GetSelectedSong()->GetStepsByDifficulty(GetSelectedSourceNotesType(),GetSelectedSourceDifficulty(), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#ifndef EDITMENU_H
|
#ifndef EDITMENU_H
|
||||||
#define EDITMENU_H
|
#define EDITMENU_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
Class: EditMenu
|
Class: EditMenu
|
||||||
|
|||||||
@@ -230,3 +230,4 @@ void ScreenEditMenu::MenuBack( PlayerNumber pn )
|
|||||||
|
|
||||||
SOUND->StopMusic();
|
SOUND->StopMusic();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user