Command when menu items are drawn isn't really being executed. Remove for now.

This commit is contained in:
Andrew Wong
2003-09-04 07:35:52 +00:00
parent 4183ac8f5b
commit e8873ac90a
+1 -1
View File
@@ -119,7 +119,7 @@ ScreenTitleMenu::ScreenTitleMenu() : Screen("ScreenTitleMenu")
m_textChoice[i].SetXY( CHOICES_X, CHOICES_START_Y + i*CHOICES_SPACING_Y );
m_textChoice[i].SetShadowLength( CHOICES_SHADOW_LENGTH );
m_textChoice[i].EnableShadow( true );
m_textChoice[i].Command( MENU_ITEM_CREATE );
// m_textChoice[i].Command( MENU_ITEM_CREATE );
this->AddChild( &m_textChoice[i] );
}
break;