PositionIcons(pn)
This commit is contained in:
@@ -384,8 +384,9 @@ void ScreenOptions::GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int
|
||||
|
||||
void ScreenOptions::PositionIcons()
|
||||
{
|
||||
for( unsigned i=0; i<m_pRows.size(); i++ ) // foreach options line
|
||||
m_pRows[i]->PositionIcons();
|
||||
FOREACH_HumanPlayer( pn ) // foreach player
|
||||
for( unsigned i=0; i<m_pRows.size(); i++ ) // foreach options line
|
||||
m_pRows[i]->PositionIcons( pn );
|
||||
}
|
||||
|
||||
void ScreenOptions::RefreshIcons( int iRow, PlayerNumber pn )
|
||||
|
||||
Reference in New Issue
Block a user