diff --git a/stepmania/src/ScreenSelectDifficulty.cpp b/stepmania/src/ScreenSelectDifficulty.cpp index bb4ad60d00..cdf5c70a81 100644 --- a/stepmania/src/ScreenSelectDifficulty.cpp +++ b/stepmania/src/ScreenSelectDifficulty.cpp @@ -176,12 +176,15 @@ void ScreenSelectDifficulty::UpdateSelectableChoices() } } - for( int p=0; pIsHumanPlayer(p) ) - { - MenuRight( (PlayerNumber)p ); - MenuLeft( (PlayerNumber)p ); - } + // I'm not sure why this was here -- but there seem no ill effects + // of it's removal. + // + //for( int p=0; pIsHumanPlayer(p) ) + // { + // MenuRight( (PlayerNumber)p ); + // MenuLeft( (PlayerNumber)p ); + // } } void ScreenSelectDifficulty::MenuLeft( PlayerNumber pn )