remove decorative header from icon row, load separate graphics for each icon type instead of multi-frame sprites

This commit is contained in:
Chris Danford
2008-02-15 09:58:51 +00:00
parent 9385e0bf5d
commit 1e5371285a
5 changed files with 57 additions and 39 deletions
+1 -1
View File
@@ -667,7 +667,7 @@ void OptionRow::SetOptionIcon( PlayerNumber pn, const RString &sText, GameComman
msg.SetParam( "GameCommand", &gc );
m_sprBullet->HandleMessage( msg );
if( m_OptionIcons[pn] != NULL )
m_OptionIcons[pn]->Set( pn, sText, false );
m_OptionIcons[pn]->Set( sText );
}
const BitmapText &OptionRow::GetTextItemForRow( PlayerNumber pn, int iChoiceOnRow ) const