Remove m_bMemoryCardsMountOnlyWhenNecessary; always do that.

This commit is contained in:
Glenn Maynard
2005-01-27 20:06:20 +00:00
parent 244633369b
commit d7a279efb9
5 changed files with 9 additions and 16 deletions
+1 -2
View File
@@ -246,8 +246,7 @@ void MemoryCardManager::TryMountAllCards()
}
}
/* When m_bMemoryCardsMountOnlyWhenNecessary, called in EndGame just before writing the
* profile. Should block. */
/* Called in EndGame just before writing the profile. Should block. */
void MemoryCardManager::MountAllUsedCards()
{
FOREACH_EnabledPlayer( p )