slight change; UnpauseOnStart -> UnpauseWithStart to match internal metric name

This commit is contained in:
AJ Kelly
2010-07-19 11:19:01 -05:00
parent e036552c94
commit cec320d923
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ protected:
ThemeMetric<int> FAIL_ON_MISS_COMBO;
ThemeMetric<bool> ALLOW_CENTER_1_PLAYER;
ThemeMetric<bool> USE_ALTERNATIVE_INPUT;
ThemeMetric<bool> UNPAUSE_WITH_GAME_BUTTON_START;
ThemeMetric<bool> UNPAUSE_WITH_START;
vector<AlternateMapping> m_vAlterMap;