From 8889e84f11bd9b8a45c7469d88b8628c57ccf40b Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 6 Jun 2004 05:39:41 +0000 Subject: [PATCH] fix silly mistake --- stepmania/src/ProfileManager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/ProfileManager.cpp b/stepmania/src/ProfileManager.cpp index 2779431b4a..0dd8ba3edb 100644 --- a/stepmania/src/ProfileManager.cpp +++ b/stepmania/src/ProfileManager.cpp @@ -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." );