From d8607878379f21650c0873d4a91c01f86be5e548 Mon Sep 17 00:00:00 2001 From: Alberto Ramos Date: Sun, 18 Jul 2010 20:08:30 -0600 Subject: [PATCH] HG: changed src/ScreenGameplay.cpp --- Themes/_fallback/metrics.ini | 2 +- src/ScreenGameplay.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() ) {