This commit is contained in:
Glenn Maynard
2006-01-19 07:32:42 +00:00
parent 5a3356e94e
commit 91a52982e4
+2 -5
View File
@@ -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 );