profiles are usable

This commit is contained in:
Chris Danford
2003-09-08 07:21:41 +00:00
parent f5bb646c1f
commit c0c680317c
19 changed files with 294 additions and 90 deletions
+7 -1
View File
@@ -144,5 +144,11 @@ void ModeChoice::Apply( PlayerNumber pn )
GAMESTATE->m_SongOptions.m_LifeType = SongOptions::LIFE_BATTERY;
PROFILEMAN->TryLoadProfile( pn );
//
// We know what players are joined at the time we set the Style
//
if( style != STYLE_INVALID )
{
PROFILEMAN->TryLoadProfile( pn );
}
}