diff --git a/stepmania/src/ScreenPlayerOptions.cpp b/stepmania/src/ScreenPlayerOptions.cpp index fcf5f035bb..93f327f439 100644 --- a/stepmania/src/ScreenPlayerOptions.cpp +++ b/stepmania/src/ScreenPlayerOptions.cpp @@ -66,7 +66,7 @@ void ScreenPlayerOptions::Init() this->AddChild( m_sprCancelAll[p] ); } - FOREACH_PlayerNumber( p ) + FOREACH_HumanPlayer( p ) { m_bRowCausesDisqualified[p].resize( m_Rows.size(), false ); for( unsigned r=0; rIsHumanPlayer(pn) ); + // save original player options PlayerOptions poOrig = GAMESTATE->m_pPlayerState[pn]->m_PlayerOptions;