This commit is contained in:
Glenn Maynard
2006-02-03 09:49:42 +00:00
parent fc1a0fd75b
commit a3b6b1ab01
+3 -5
View File
@@ -285,16 +285,14 @@ void ScreenOptions::RestartOptions()
}
// Hide highlight if no rows are enabled.
FOREACH_HumanPlayer( p )
m_sprLineHighlight[p]->SetHidden( m_iCurrentRow[p] == -1 );
CHECKPOINT;
PositionRows();
FOREACH_HumanPlayer( pn )
{
// Hide the highlight if no rows are enabled.
m_sprLineHighlight[pn]->SetHidden( m_iCurrentRow[p] == -1 );
for( unsigned r=0; r<m_pRows.size(); ++r )
this->RefreshIcons( r, pn );
PositionCursor( pn );