options menu re-organization to solve TitleMenu clutter

This commit is contained in:
Chris Danford
2003-01-31 23:31:35 +00:00
parent ebce24b57e
commit e80943fb53
13 changed files with 181 additions and 40 deletions
+3 -3
View File
@@ -194,13 +194,13 @@ void ScreenGraphicOptions::ExportOptions()
void ScreenGraphicOptions::GoToPrevState()
{
SCREENMAN->SetNewScreen( "ScreenTitleMenu" );
PREFSMAN->SaveGlobalPrefsToDisk();
ApplyGraphicOptions();
SCREENMAN->SetNewScreen( "ScreenOptionsMenu" );
}
void ScreenGraphicOptions::GoToNextState()
{
PREFSMAN->SaveGlobalPrefsToDisk();
ApplyGraphicOptions();
GoToPrevState();
}