diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 22a5ef0d0d..06340a0156 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -569,7 +569,7 @@ void ScreenGameplay::Init() { m_bShowScoreboard = PREFSMAN->m_bEnableScoreboard.Get(); PlayerNumber pn = GAMESTATE->GetFirstDisabledPlayer(); - if( ( pn != PLAYER_INVALID ) && ( m_bShowScoreboard ) ) + if( pn != PLAYER_INVALID && m_bShowScoreboard ) { FOREACH_NSScoreBoardColumn( col ) {