fix silly mistake

This commit is contained in:
Chris Danford
2004-06-06 05:39:41 +00:00
parent 32893f5b63
commit 8889e84f11
+2 -1
View File
@@ -95,7 +95,8 @@ bool ProfileManager::LoadProfile( PlayerNumber pn, CString sProfileDir, bool bIs
else
m_Profile[pn].LoadAllFromDir( m_sProfileDir[pn], PREFSMAN->m_bSignProfileData );
MEMCARDMAN->UnPauseMountingThread();
if( bIsMemCard )
MEMCARDMAN->UnPauseMountingThread();
LOG->Trace( "Done loading profile." );