diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index 513a3c4b03..5771d4fec1 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -701,7 +701,7 @@ void OptionRow::SetOneSelection( PlayerNumber pn, int iChoice ) void OptionRow::SetOneSharedSelection( int iChoice ) { - FOREACH_HumanPlayer( pn ) + FOREACH_PlayerNumber( pn ) SetOneSelection( pn, iChoice ); }