quit trying to load from fallbacks after the first successful load
This commit is contained in:
@@ -167,7 +167,7 @@ bool ProfileManager::LoadProfileFromMemoryCard( PlayerNumber pn )
|
|||||||
Profile::LoadResult res = LoadProfile( pn, sDir, true );
|
Profile::LoadResult res = LoadProfile( pn, sDir, true );
|
||||||
if( res == Profile::success )
|
if( res == Profile::success )
|
||||||
iLoadedFrom = i;
|
iLoadedFrom = i;
|
||||||
else if( res != Profile::failed_no_profile )
|
if( res != Profile::failed_no_profile )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user