Don't need to special case RowType_Exit here; the bullet is hidden,
and this will be a no-op.
This commit is contained in:
@@ -432,9 +432,6 @@ void ScreenOptions::RefreshIcons( int iRow, PlayerNumber pn )
|
|||||||
{
|
{
|
||||||
OptionRow &row = *m_pRows[iRow];
|
OptionRow &row = *m_pRows[iRow];
|
||||||
|
|
||||||
if( row.GetRowType() == OptionRow::RowType_Exit )
|
|
||||||
return; // skip
|
|
||||||
|
|
||||||
const OptionRowDefinition &def = row.GetRowDef();
|
const OptionRowDefinition &def = row.GetRowDef();
|
||||||
|
|
||||||
// find first selection and whether multiple are selected
|
// find first selection and whether multiple are selected
|
||||||
|
|||||||
Reference in New Issue
Block a user