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 -1
View File
@@ -68,7 +68,7 @@ void ScreenDemonstration::Init()
GAMESTATE->m_bGameplayLeadIn.Set( false );
m_DancingState = STATE_DANCING;
this->PostScreenMessage( SM_BeginFadingOut, SECONDS_TO_SHOW );
this->PostScreenMessage( SM_BeginFadingOut, SECONDS_TO_SHOW ); // TODO: Use MenuTimer instead?
}
void ScreenDemonstration::HandleScreenMessage( const ScreenMessage SM )
+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 );