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
@@ -29,7 +29,7 @@ ScreenSongOptions::ScreenSongOptions( CString sClassName ) :
}
}
void ScreenSongOptions::GoToPrevState()
void ScreenSongOptions::GoToPrevScreen()
{
if( GAMESTATE->m_bEditing )
SCREENMAN->PopTopScreen( SM_None );
@@ -37,7 +37,7 @@ void ScreenSongOptions::GoToPrevState()
SCREENMAN->SetNewScreen( PREV_SCREEN );
}
void ScreenSongOptions::GoToNextState()
void ScreenSongOptions::GoToNextScreen()
{
if( GAMESTATE->m_bEditing )
SCREENMAN->PopTopScreen();