From b0f321f188b9b1f3e7207f92655815b5ca25bfcb Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 19 Jul 2010 11:42:41 -0500 Subject: [PATCH] fix compile --- src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenGameplay.cpp b/src/ScreenGameplay.cpp index 0a706417e7..4c717f1888 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_START.Load( m_sName, "UnpauseWithStart") + UNPAUSE_WITH_START.Load( m_sName, "UnpauseWithStart"); if( UseSongBackgroundAndForeground() ) {