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 )