diff --git a/stepmania/src/ProfileManager.cpp b/stepmania/src/ProfileManager.cpp index b0aa20bbb3..5c469a42bb 100644 --- a/stepmania/src/ProfileManager.cpp +++ b/stepmania/src/ProfileManager.cpp @@ -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; }