fix compile error

This commit is contained in:
Chris Danford
2004-05-16 23:15:17 +00:00
parent 136354ac65
commit e085694ee8
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ void ScreenGameplay::Init()
// fill in difficulty of CPU players with that of the first human player
FOREACH_CpuPlayer(p)
FOREACH_PotentialCpuPlayer(p)
GAMESTATE->m_pCurNotes[p] = GAMESTATE->m_pCurNotes[ GAMESTATE->GetFirstHumanPlayer() ];
switch( GAMESTATE->m_PlayMode )