load profile from memory card, fix memory card file flushing

This commit is contained in:
Chris Danford
2003-12-19 08:17:44 +00:00
parent c8419edfec
commit 67a6fddcf3
10 changed files with 31 additions and 25 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ void ScreenSystemLayer::RefreshCreditsMessages()
}
else if( GAMESTATE->m_bIsOnSystemMenu ) // no mem card
sPlayerInfo = "";
else if( PREFSMAN->m_sMemoryCardDir[p]!="" )
else
{
if( GAMESTATE->PlayersCanJoin() )
sPlayerInfo = PLAYER_INFO_INSERT_CARD;