From 0c3973395a2573c9be5e211bef7efc5b54471869 Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Sat, 2 Apr 2005 17:07:28 +0000 Subject: [PATCH] Change: Don't be stupid and put an overbearing scoreboard on screen when a player is playing both sides. --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 3541bd1ce3..7ed9a5f354 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -370,7 +370,7 @@ void ScreenGameplay::Init() m_ShowScoreboard=false; //the following is only used in SMLAN/SMOnline - if( NSMAN->useSMserver ) + if( NSMAN->useSMserver && ( !GAMESTATE->PlayerUsingBothSides() ) ) { PlayerNumber pn = GAMESTATE->GetFirstDisabledPlayer(); if( pn != PLAYER_INVALID )