Allow unpause metric was too wordy, shortened to 'UnpauseOnStart'

This commit is contained in:
Alberto Ramos
2010-07-18 19:10:31 -06:00
parent e8d4b2a557
commit 02a469f287
2 changed files with 2 additions and 2 deletions
+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, "AllowUnpausingWithGameButtonStart" );
UNPAUSE_WITH_GAME_BUTTON_START.Load( m_sName, "UnpauseOnStart" );
if( UseSongBackgroundAndForeground() )
{