TODO comments

This commit is contained in:
Chris Danford
2008-11-24 06:46:05 +00:00
parent a522c4bea3
commit bd2fff8af5
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -63,6 +63,7 @@ void ScreenWithMenuElements::Init()
this->AddChild( m_MenuTimer );
}
/* TODO: Remove overlay and underlay in favor of more flexible decorations */
m_sprUnderlay.Load( THEME->GetPathB(m_sName,"underlay") );
m_sprUnderlay->SetName("Underlay");
m_sprUnderlay->SetDrawOrder( DRAW_ORDER_UNDERLAY );