[ScreenSelectMusic] Added PlaySoundOnEnteringOptionsMenu metric (true/false).
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user