cleanup dupe

This commit is contained in:
Glenn Maynard
2005-07-29 00:03:12 +00:00
parent a56b7ac59b
commit 6eaf073366
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1311,7 +1311,7 @@ int SongManager::GetNumStepsLoadedFromProfile()
FOREACH( Steps*, vpAllSteps, ss )
{
if( (*ss)->GetLoadedFromProfile() != PROFILE_SLOT_INVALID )
if( (*ss)->GetLoadedFromProfileSlot() != PROFILE_SLOT_INVALID )
iCount++;
}
}