working on profile management screen

This commit is contained in:
Chris Danford
2005-08-05 04:20:46 +00:00
parent f0e8a34327
commit 804cc8b2bc
5 changed files with 96 additions and 0 deletions
@@ -100,6 +100,11 @@ void ScreenOptionsEditProfile::GoToPrevScreen()
void ScreenOptionsEditProfile::HandleScreenMessage( const ScreenMessage SM )
{
if( SM == SM_GoToNextScreen )
{
PROFILEMAN->SaveLocalProfile( GAMESTATE->m_sEditLocalProfileID );
}
ScreenOptions::HandleScreenMessage( SM );
}