options menu re-organization to solve TitleMenu clutter
This commit is contained in:
@@ -168,12 +168,12 @@ void ScreenMachineOptions::ExportOptions()
|
||||
|
||||
void ScreenMachineOptions::GoToPrevState()
|
||||
{
|
||||
SCREENMAN->SetNewScreen( "ScreenTitleMenu" );
|
||||
PREFSMAN->SaveGlobalPrefsToDisk();
|
||||
SCREENMAN->SetNewScreen( "ScreenOptionsMenu" );
|
||||
}
|
||||
|
||||
void ScreenMachineOptions::GoToNextState()
|
||||
{
|
||||
PREFSMAN->SaveGlobalPrefsToDisk();
|
||||
GoToPrevState();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user