unneeded special case (m_OptionIcons[p] == NULL case below handles this too)

This commit is contained in:
Glenn Maynard
2006-01-14 07:53:39 +00:00
parent 64ffbb7278
commit 8374d2193b
-3
View File
@@ -543,9 +543,6 @@ void OptionRow::PositionUnderlines( PlayerNumber pn )
void OptionRow::PositionIcons()
{
if( m_RowType == OptionRow::RowType_Exit )
return;
FOREACH_HumanPlayer( p ) // foreach player
{
OptionIcon *pIcon = m_OptionIcons[p];