Add SeectMenuChangesDifficulty. Instead of crashing when the PlayMode is not set, revert to PLAY_MODE_REGULAR.

This commit is contained in:
Colby Klein
2008-07-11 13:06:37 +00:00
parent 3fc4f1ea94
commit 01dcb2a8b7
2 changed files with 8 additions and 5 deletions
+1
View File
@@ -83,6 +83,7 @@ protected:
ThemeMetric<bool> MODE_MENU_AVAILABLE;
ThemeMetric<bool> USE_OPTIONS_LIST;
ThemeMetric<bool> USE_PLAYER_SELECT_MENU;
ThemeMetric<bool> SELECT_MENU_CHANGES_DIFFICULTY;
ThemeMetric<bool> TWO_PART_SELECTION;
bool CanChangeSong() const { return m_SelectionState == SelectionState_SelectingSong; }