re-add b5129dd: Allow for 'confirmation only' double press mechanisms as a choice for two part selection on ScreenSelectMusic

(small cleanup on ScreenDimensions)
This commit is contained in:
AJ Kelly
2010-03-01 17:46:41 -06:00
parent 23f944ec7c
commit 4103c75e19
3 changed files with 34 additions and 21 deletions
+1
View File
@@ -85,6 +85,7 @@ protected:
ThemeMetric<RString> SELECT_MENU_NAME;
ThemeMetric<bool> SELECT_MENU_CHANGES_DIFFICULTY;
ThemeMetric<bool> TWO_PART_SELECTION;
ThemeMetric<bool> TWO_PART_CONFIRMS_ONLY;
ThemeMetric<bool> WRAP_CHANGE_STEPS;
bool CanChangeSong() const { return m_SelectionState == SelectionState_SelectingSong; }