Finish up the difficulty chage Sean was working on.

This commit is contained in:
Thad Ward
2003-08-29 02:04:13 +00:00
parent 229c656d25
commit 79b669d3bc
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -784,7 +784,7 @@ void ScreenGameplay::LoadNextSong()
bool anybeginners = false;
for( int pb=0; pb<NUM_PLAYERS; pb++ )
if( GAMESTATE->IsPlayerEnabled(pb) && GAMESTATE->m_PreferredDifficulty[pb] == DIFFICULTY_BEGINNER )
if( GAMESTATE->IsPlayerEnabled(pb) && GAMESTATE->m_pCurNotes[pb]->GetDifficulty() == DIFFICULTY_BEGINNER )
{
anybeginners = true;
m_BeginnerHelper.AddPlayer( pb, &m_Player[pb] );