diff --git a/stepmania/src/ProfileManager.cpp b/stepmania/src/ProfileManager.cpp index f65528a8a7..93698c6f5b 100644 --- a/stepmania/src/ProfileManager.cpp +++ b/stepmania/src/ProfileManager.cpp @@ -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) ) {