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;