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:
@@ -202,8 +202,8 @@ void ScreenEnding::Init()
|
||||
|
||||
FOREACH_HumanPlayer( p )
|
||||
{
|
||||
// don't show stats if not using a profile
|
||||
if( !PROFILEMAN->IsUsingProfile(p) )
|
||||
// don't show stats if not using a persistent profile
|
||||
if( !PROFILEMAN->IsPersistentProfile(p) )
|
||||
continue;
|
||||
|
||||
FOREACH_EndingStatsLine( i )
|
||||
|
||||
Reference in New Issue
Block a user