From 1e17954eff8c5c4eeb002c917ab8df9d59946ebb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 12 Jul 2005 20:05:56 +0000 Subject: [PATCH] fix SM_BeginFadingOut sent twice if only one player active --- stepmania/src/ScreenSelectDifficulty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenSelectDifficulty.cpp b/stepmania/src/ScreenSelectDifficulty.cpp index 77b600e633..54edc88fab 100644 --- a/stepmania/src/ScreenSelectDifficulty.cpp +++ b/stepmania/src/ScreenSelectDifficulty.cpp @@ -463,7 +463,7 @@ void ScreenSelectDifficulty::MenuStart( PlayerNumber pn ) if( m_CurrentPage == PAGE_2 ) { // choose this for all the other players too - FOREACH_PlayerNumber( p ) + FOREACH_HumanPlayer( p ) { if( m_bChosen[p] ) continue;