fix changing from a profile to none (still not completely fixed)

This commit is contained in:
Andrew Wong
2003-09-09 09:15:02 +00:00
parent 20e5b01970
commit fdf614ddc0
+3
View File
@@ -71,7 +71,10 @@ void ProfileManager::TryLoadProfile( PlayerNumber pn )
{
CString sProfile = PREFSMAN->m_sDefaultProfile[pn];
if( sProfile.empty() )
{
m_sProfileDir[pn] = "";
return;
}
if( !DoesProfileExist(sProfile) )
{