name cleanup: State->Screen

This commit is contained in:
Chris Danford
2004-12-05 11:59:39 +00:00
parent 2d7d2a054b
commit 730787aacb
12 changed files with 31 additions and 31 deletions
+3 -3
View File
@@ -113,15 +113,15 @@ void ScreenProfileOptions::ExportOptions()
PREFSMAN->m_sDefaultLocalProfileID[PLAYER_2] = "";
}
void ScreenProfileOptions::GoToPrevState()
void ScreenProfileOptions::GoToPrevScreen()
{
SCREENMAN->SetNewScreen( "ScreenOptionsMenu" );
}
void ScreenProfileOptions::GoToNextState()
void ScreenProfileOptions::GoToNextScreen()
{
PREFSMAN->SaveGlobalPrefsToDisk();
GoToPrevState();
GoToPrevScreen();
}
void ScreenProfileOptions::HandleScreenMessage( const ScreenMessage SM )