From c15abe16ca149fc2f3216066efbfcc81c4d582b2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 14 Jun 2006 04:39:25 +0000 Subject: [PATCH] GetName() lowercases --- stepmania/src/UnlockManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/UnlockManager.cpp b/stepmania/src/UnlockManager.cpp index 8d372d0521..1cf8c32488 100644 --- a/stepmania/src/UnlockManager.cpp +++ b/stepmania/src/UnlockManager.cpp @@ -432,7 +432,7 @@ void UnlockManager::Load() { bRoulette = true; } - else if( sName == "RequrePassHardSteps" ) + else if( sName == "requrepasshardsteps" ) { current.m_bRequirePassHardSteps = true; }