HG: changed src/ScreenGameplay.cpp

This commit is contained in:
Alberto Ramos
2010-07-18 20:08:30 -06:00
parent 02a469f287
commit d860787837
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2837,7 +2837,7 @@ StopCourseEarly=false
ShowEvaluationOnFail=true
ShowScoreInRave=false
#
UnpauseOnStart=true
UnpauseWithStart=true
#
InitialBackgroundBrightness=1.0
TimerSeconds=-1
+1 -1
View File
@@ -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() )
{