simplify iSaveProfileEvery stuff and make it closer to correct

This commit is contained in:
Glenn Maynard
2007-04-24 19:36:45 +00:00
parent 73fdbf1319
commit 21b544c8ae
3 changed files with 2 additions and 15 deletions
-13
View File
@@ -303,19 +303,6 @@ bool ProfileManager::FastLoadProfileNameFromMemoryCard( RString sRootDir, RStrin
return false;
}
void ProfileManager::SaveAllProfiles() const
{
this->SaveMachineProfile();
FOREACH_HumanPlayer( pn )
{
if( !IsPersistentProfile(pn) )
continue;
this->SaveProfile( pn );
}
}
bool ProfileManager::SaveProfile( PlayerNumber pn ) const
{
if( m_sProfileDir[pn].empty() )