simplify
This commit is contained in:
@@ -135,8 +135,7 @@ bool ProfileManager::LoadProfileFromMemoryCard( PlayerNumber pn )
|
|||||||
CString sDir = MEM_CARD_MOUNT_POINT[pn];
|
CString sDir = MEM_CARD_MOUNT_POINT[pn];
|
||||||
|
|
||||||
// tack on a subdirectory so that we don't write everything to the root
|
// tack on a subdirectory so that we don't write everything to the root
|
||||||
sDir += PREFSMAN->m_sMemoryCardProfileSubdir;
|
sDir += PREFSMAN->m_sMemoryCardProfileSubdir + "/";
|
||||||
sDir += '/';
|
|
||||||
|
|
||||||
bool bSuccess;
|
bool bSuccess;
|
||||||
bSuccess = LoadProfile( pn, sDir, true );
|
bSuccess = LoadProfile( pn, sDir, true );
|
||||||
|
|||||||
Reference in New Issue
Block a user