From 9070b9be1e1c6f33f87114f80615deda8bc103ab Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Wed, 20 Aug 2003 14:13:56 +0000 Subject: [PATCH] ShowBeginnerHelper typo fix. --- stepmania/src/PrefsManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/PrefsManager.cpp b/stepmania/src/PrefsManager.cpp index 5bd13b5917..e64f7ceb50 100644 --- a/stepmania/src/PrefsManager.cpp +++ b/stepmania/src/PrefsManager.cpp @@ -267,7 +267,7 @@ void PrefsManager::ReadGlobalPrefsFromDisk( bool bSwitchToLastPlayedGame ) ini.GetValueB( "Options", "ForceLogFlush", m_bForceLogFlush ); ini.GetValueB( "Options", "Logging", m_bLogging ); ini.GetValueB( "Options", "ShowLogWindow", m_bShowLogWindow ); - ini.GetValueB( "Options", "ShowBeginnnerHelper", m_bShowBeginnerHelper ); + ini.GetValueB( "Options", "ShowBeginnerHelper", m_bShowBeginnerHelper ); ini.GetValue ( "Options", "Language", m_sLanguage );