From cdaf42c277d41e9db1fa97b52173693c49561dfd Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Fri, 29 Aug 2003 00:16:29 +0000 Subject: [PATCH] This should solve the issue where difficulties other than Beginner could have BeginnerHelper show. --- stepmania/src/BeginnerHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/BeginnerHelper.cpp b/stepmania/src/BeginnerHelper.cpp index dced3688f9..3a1e979c84 100644 --- a/stepmania/src/BeginnerHelper.cpp +++ b/stepmania/src/BeginnerHelper.cpp @@ -115,7 +115,7 @@ void BeginnerHelper::Initialize( int iDancePadType ) GAMESTATE->m_pCurCharacters[pl] = GAMESTATE->GetRandomCharacter(); } - if( GAMESTATE->m_PreferredDifficulty[pl] == DIFFICULTY_BEGINNER && GAMESTATE->m_pCurCharacters[pl] != NULL ) + if( GAMESTATE->m_pCurNotes[player_no]->GetDifficulty() == DIFFICULTY_BEGINNER && GAMESTATE->m_pCurCharacters[pl] != NULL ) { // Load textures m_mDancer[pl].SetHorizAlign( align_left );