diff --git a/stepmania/src/ScoreDisplayRave.cpp b/stepmania/src/ScoreDisplayRave.cpp index aa912f0215..4bbfa65fc0 100644 --- a/stepmania/src/ScoreDisplayRave.cpp +++ b/stepmania/src/ScoreDisplayRave.cpp @@ -35,11 +35,13 @@ void ScoreDisplayRave::Init( const PlayerState* pPlayerState, const PlayerStageS for( int i=0; iAddChild( &m_sprMeter[i] ); } m_textLevel.SetName( ssprintf("LevelP%d",pn+1) ); + LOAD_ALL_COMMANDS( m_textLevel ); ON_COMMAND( m_textLevel ); this->AddChild( &m_textLevel );