From e080e9f61bc105a2bb9bd43a3bf9030c361cb68d Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 13 Mar 2005 01:03:22 +0000 Subject: [PATCH] update disqualified only for the player that changed --- stepmania/src/ScreenPlayerOptions.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/ScreenPlayerOptions.cpp b/stepmania/src/ScreenPlayerOptions.cpp index e9919b77b6..132712e67b 100644 --- a/stepmania/src/ScreenPlayerOptions.cpp +++ b/stepmania/src/ScreenPlayerOptions.cpp @@ -152,8 +152,7 @@ void ScreenPlayerOptions::Input( const DeviceInput& DeviceI, const InputEventTyp // UGLY: Update m_Disqualified whenever Start is pressed if( MenuI.IsValid() && MenuI.button == MENU_BUTTON_START ) - FOREACH_HumanPlayer( p ) - UpdateDisqualified( p ); + UpdateDisqualified( pn ); } void ScreenPlayerOptions::HandleScreenMessage( const ScreenMessage SM )