From 1537a4679de591039d11aff740ea9edee8ae10ce Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 25 Jul 2006 22:10:46 +0000 Subject: [PATCH] fix autolockchallengesteps doesn't work unless UnlockNames isn't empty --- stepmania/src/UnlockManager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/UnlockManager.cpp b/stepmania/src/UnlockManager.cpp index 8298627924..c0f37bd3be 100644 --- a/stepmania/src/UnlockManager.cpp +++ b/stepmania/src/UnlockManager.cpp @@ -382,8 +382,6 @@ void UnlockManager::Load() vector asUnlockNames; split( UNLOCK_NAMES, ",", asUnlockNames ); - if( asUnlockNames.empty() ) - return; for( unsigned i = 0; i < asUnlockNames.size(); ++i ) {