fix "memory card not mounted if initially plugged in while cards are locked"

do the final memory card mount on PlayersFinalized
This commit is contained in:
Chris Danford
2004-08-14 19:18:56 +00:00
parent 1fe0f5b783
commit ee9fbb99e1
3 changed files with 22 additions and 27 deletions
-2
View File
@@ -1121,8 +1121,6 @@ void SongManager::LoadAllFromProfiles()
{
CString sEditsDir = sProfileDir+"Edits/";
FILEMAN->FlushDirCache( sEditsDir );
CStringArray asEditsFilesWithPath;
GetDirListing( sEditsDir+"*.sm", asEditsFilesWithPath, false, true );