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
+2 -2
View File
@@ -57,7 +57,7 @@ ScreenPlayerOptions::ScreenPlayerOptions( CString sClassName ) :
}
void ScreenPlayerOptions::GoToPrevState()
void ScreenPlayerOptions::GoToPrevScreen()
{
if( GAMESTATE->m_bEditing )
SCREENMAN->PopTopScreen();
@@ -65,7 +65,7 @@ void ScreenPlayerOptions::GoToPrevState()
SCREENMAN->SetNewScreen( PREV_SCREEN );
}
void ScreenPlayerOptions::GoToNextState()
void ScreenPlayerOptions::GoToNextScreen()
{
if( GAMESTATE->m_bEditing )
SCREENMAN->PopTopScreen();