memory card support works

This commit is contained in:
Chris Danford
2003-11-01 22:04:43 +00:00
parent 84cd2f18a9
commit f6200a5e95
7 changed files with 157 additions and 33 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ void ModeChoice::Apply( PlayerNumber pn ) const
//
if( m_style != STYLE_INVALID )
{
PROFILEMAN->LoadDefaultProfileFromMachine( pn );
PROFILEMAN->LoadFirstAvailableProfile( pn );
}
}