fixup
This commit is contained in:
@@ -1184,7 +1184,10 @@ void ScreenOptions::AfterChangeRow( PlayerNumber pn )
|
||||
//
|
||||
// In FIVE_KEY, keep the selection in the row near the focus.
|
||||
//
|
||||
OptionRow &row = *m_pRows[r];
|
||||
const int iRow = m_iCurrentRow[pn];
|
||||
if( iRow != -1 )
|
||||
{
|
||||
OptionRow &row = *m_pRows[iRow];
|
||||
switch( m_OptionsNavigation )
|
||||
{
|
||||
case NAV_TOGGLE_FIVE_KEY:
|
||||
@@ -1205,7 +1208,7 @@ void ScreenOptions::AfterChangeRow( PlayerNumber pn )
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
AfterChangeValueOrRow( pn );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user