quit trying to load from fallbacks after the first successful load

This commit is contained in:
Chris Danford
2005-05-01 08:45:22 +00:00
parent f747eb4ab1
commit 04ca7c496c
+1 -1
View File
@@ -167,7 +167,7 @@ bool ProfileManager::LoadProfileFromMemoryCard( PlayerNumber pn )
Profile::LoadResult res = LoadProfile( pn, sDir, true );
if( res == Profile::success )
iLoadedFrom = i;
else if( res != Profile::failed_no_profile )
if( res != Profile::failed_no_profile )
break;
}