make background and foreground optional when loading this screen

This commit is contained in:
Chris Danford
2006-02-04 18:37:26 +00:00
parent f872743129
commit 2a1ce6b79a
3 changed files with 51 additions and 24 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ void ScreenGameplayLesson::Init()
ASSERT( GAMESTATE->m_pCurSong );
/* Now that we've set up, init the base class. */
ScreenGameplay::Init();
ScreenGameplayNormal::Init();
ClearMessageQueue(); // remove all of the messages set in ScreenGameplay that animate "ready", "here we go", etc.