GetAllSongs() -> GetSongs().

This commit is contained in:
Steve Checkoway
2007-04-07 05:36:40 +00:00
parent a9187f5ce4
commit 0cb56b6ec2
11 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ void UnlockManager::Load()
if( AUTO_LOCK_CHALLENGE_STEPS )
{
FOREACH_CONST( Song*, SONGMAN->GetAllSongs(), s )
FOREACH_CONST( Song*, SONGMAN->GetSongs(), s )
{
// If no hard steps to play to unlock, skip
if( SongUtil::GetOneSteps(*s, StepsType_Invalid, Difficulty_Hard) == NULL )