rename: IsUsingProfile -> IsPersistentProfile
Don't require IsPersistentProfile in some places related to fitness mode where a non-persistent Profile will suffice
This commit is contained in:
@@ -443,7 +443,7 @@ void UnlockManager::UpdateCachedPointers()
|
||||
void UnlockManager::UnlockCode( int num )
|
||||
{
|
||||
FOREACH_PlayerNumber( pn )
|
||||
if( PROFILEMAN->IsUsingProfile(pn) )
|
||||
if( PROFILEMAN->IsPersistentProfile(pn) )
|
||||
PROFILEMAN->GetProfile(pn)->m_UnlockedSongs.insert( num );
|
||||
|
||||
PROFILEMAN->GetMachineProfile()->m_UnlockedSongs.insert( num );
|
||||
|
||||
Reference in New Issue
Block a user