[ScreenSelectMusic] Added PlaySoundOnEnteringOptionsMenu metric (true/false).

This commit is contained in:
AJ Kelly
2012-03-01 21:28:15 -06:00
parent 8a827b3e9c
commit ce4366e605
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -97,6 +97,7 @@ protected:
ThemeMetric<bool> CHANGE_STEPS_WITH_GAME_BUTTONS;
ThemeMetric<bool> CHANGE_GROUPS_WITH_GAME_BUTTONS;
ThemeMetric<RString> NULL_SCORE_STRING;
ThemeMetric<bool> PLAY_SOUND_ON_ENTERING_OPTIONS_MENU;
bool CanChangeSong() const { return m_SelectionState == SelectionState_SelectingSong; }
bool CanChangeSteps() const { return TWO_PART_SELECTION ? m_SelectionState == SelectionState_SelectingSteps : m_SelectionState == SelectionState_SelectingSong; }