FileCopy instead of Save

This commit is contained in:
Chris Danford
2004-10-06 08:54:37 +00:00
parent ebb9e730a4
commit e4cb07f1d5
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ bool ProfileManager::LoadProfile( PlayerNumber pn, CString sProfileDir, bool bIs
if( bSuccess )
{
CString sBackupDir = m_sProfileDir[pn] + "LastGood/";
m_Profile[pn].SaveStatsXmlToDir( sBackupDir, PREFSMAN->m_bSignProfileData );
Profile::BackupToDir( m_sProfileDir[pn], sBackupDir );
}
if( bIsMemCard )