From 7f3f7b4d6f8078695e6995a913b6869ba2b51d55 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 2 Sep 2006 20:59:06 +0000 Subject: [PATCH] Add the dance pad and the character as children so they tween fade along with the screen. --- stepmania/src/ScreenHowToPlay.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/ScreenHowToPlay.cpp b/stepmania/src/ScreenHowToPlay.cpp index 092becd942..8559ab2d1d 100644 --- a/stepmania/src/ScreenHowToPlay.cpp +++ b/stepmania/src/ScreenHowToPlay.cpp @@ -178,6 +178,10 @@ void ScreenHowToPlay::Init() // deferred until after the player, so the notes go under it if( m_pLifeMeterBar ) this->AddChild( m_pLifeMeterBar ); + if( m_pmDancePad ) + this->AddChild( m_pmDancePad ); + if( m_pmCharacter ) + this->AddChild( m_pmCharacter ); m_fFakeSecondsIntoSong = 0;