diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index 936e832ba3..b2c0a98c09 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -2837,7 +2837,7 @@ StopCourseEarly=false ShowEvaluationOnFail=true ShowScoreInRave=false # -UnpauseOnStart=true +UnpauseWithStart=true # InitialBackgroundBrightness=1.0 TimerSeconds=-1 diff --git a/src/ScreenGameplay.cpp b/src/ScreenGameplay.cpp index 39d2dda170..256cbf9513 100644 --- a/src/ScreenGameplay.cpp +++ b/src/ScreenGameplay.cpp @@ -354,7 +354,7 @@ void ScreenGameplay::Init() ALLOW_CENTER_1_PLAYER.Load( m_sName, "AllowCenter1Player" ); USE_ALTERNATIVE_INPUT.Load( m_sName, "UseAlternativeInput"); //configurable - UNPAUSE_WITH_GAME_BUTTON_START.Load( m_sName, "UnpauseOnStart" ); + UNPAUSE_WITH_GAME_BUTTON_START.Load( m_sName, "UnpauseWithStart" ); if( UseSongBackgroundAndForeground() ) {