From 8ae469b03a3e3be18a41b51179c777c63cd5da20 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 14 Apr 2005 06:53:36 +0000 Subject: [PATCH] PositionUnderlines uses P1's selection in bOneChoiceForAllPlayers, so we need to set P1's selection in SetOneSharedSelection even if disabled. --- stepmania/src/OptionRow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }