only remount cards that were in use

This commit is contained in:
Chris Danford
2004-10-03 06:21:16 +00:00
parent 5d954e5659
commit f65c1d3fbb
4 changed files with 25 additions and 7 deletions
+2 -2
View File
@@ -271,7 +271,7 @@ void GameState::PlayersFinalized()
}
if( PREFSMAN->m_bMemoryCardsMountOnlyWhenNecessary )
MEMCARDMAN->UnmountAllCards();
MEMCARDMAN->UnmountAllUsedCards();
}
/* This data is added to each player profile, and to the machine profile per-player. */
@@ -345,7 +345,7 @@ void GameState::EndGame()
if( PREFSMAN->m_bMemoryCardsMountOnlyWhenNecessary )
MEMCARDMAN->MountAllCards();
MEMCARDMAN->UnmountAllUsedCards();
BOOKKEEPER->WriteToDisk();