cleanup dupe
This commit is contained in:
@@ -1311,7 +1311,7 @@ int SongManager::GetNumStepsLoadedFromProfile()
|
||||
|
||||
FOREACH( Steps*, vpAllSteps, ss )
|
||||
{
|
||||
if( (*ss)->GetLoadedFromProfile() != PROFILE_SLOT_INVALID )
|
||||
if( (*ss)->GetLoadedFromProfileSlot() != PROFILE_SLOT_INVALID )
|
||||
iCount++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user