improve abstraction

This commit is contained in:
Glenn Maynard
2003-05-30 21:36:56 +00:00
parent 982dc7551e
commit a4e563114a
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ void ScreenOptionsMenu::GoToPrevState()
void ScreenOptionsMenu::GoToNextState()
{
switch( this->m_iCurrentRow[0] )
switch( this->GetCurrentRow() )
{
case OM_APPEARANCE: SCREENMAN->SetNewScreen("ScreenAppearanceOptions"); break;
case OM_AUTO_GRAPHIC: SCREENMAN->SetNewScreen("ScreenAutoGraphicDetail"); break;