simplify
This commit is contained in:
@@ -349,12 +349,9 @@ void OptionRow::InitText()
|
|||||||
{
|
{
|
||||||
pText->SetX( m_pParentType->ITEMS_LONG_ROW_X.GetValue(p) );
|
pText->SetX( m_pParentType->ITEMS_LONG_ROW_X.GetValue(p) );
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// init underlines
|
// init underlines
|
||||||
if( m_pParentType->SHOW_UNDERLINES && GetRowType() != OptionRow::RowType_Exit )
|
if( m_pParentType->SHOW_UNDERLINES && GetRowType() != OptionRow::RowType_Exit )
|
||||||
{
|
|
||||||
FOREACH_PlayerNumber( p )
|
|
||||||
{
|
{
|
||||||
OptionsCursor *pCursor = new OptionsCursor( m_pParentType->m_UnderlineParent );
|
OptionsCursor *pCursor = new OptionsCursor( m_pParentType->m_UnderlineParent );
|
||||||
m_Underline[p].push_back( pCursor );
|
m_Underline[p].push_back( pCursor );
|
||||||
|
|||||||
Reference in New Issue
Block a user