remove GameState::PlayerUsingBothSides

This commit is contained in:
Glenn Maynard
2006-09-30 02:57:05 +00:00
parent 12ce0f9bf4
commit 5e99a1c9e9
3 changed files with 1 additions and 17 deletions
+1 -1
View File
@@ -562,7 +562,7 @@ void ScreenGameplay::Init( bool bUseSongBackgroundAndForeground )
#if !defined(WITHOUT_NETWORKING)
// Only used in SMLAN/SMOnline:
if( NSMAN->useSMserver && !GAMESTATE->PlayerUsingBothSides() )
if( NSMAN->useSMserver && GAMESTATE->GetCurrentStyle()->m_StyleType != ONE_PLAYER_TWO_SIDES )
{
m_bShowScoreboard = PREFSMAN->m_bEnableScoreboard.Get();
PlayerNumber pn = GAMESTATE->GetFirstDisabledPlayer();