This commit is contained in:
Glenn Maynard
2005-08-24 20:44:15 +00:00
parent c136cf3a9e
commit c85554fce8
+3 -5
View File
@@ -575,9 +575,11 @@ void ScreenGameplay::Init()
break; break;
} }
m_ShowScoreboard = false;
#if !defined(WITHOUT_NETWORKING) #if !defined(WITHOUT_NETWORKING)
//the following is only used in SMLAN/SMOnline //the following is only used in SMLAN/SMOnline
if( NSMAN->useSMserver && ( !GAMESTATE->PlayerUsingBothSides() ) ) if( NSMAN->useSMserver && !GAMESTATE->PlayerUsingBothSides() )
{ {
m_ShowScoreboard = PREFSMAN->m_bEnableScoreboard.Get(); m_ShowScoreboard = PREFSMAN->m_bEnableScoreboard.Get();
PlayerNumber pn = GAMESTATE->GetFirstDisabledPlayer(); PlayerNumber pn = GAMESTATE->GetFirstDisabledPlayer();
@@ -595,10 +597,6 @@ void ScreenGameplay::Init()
} }
} }
} }
else
m_ShowScoreboard = false;
#else
m_ShowScoreboard = false;
#endif #endif
m_MaxCombo.LoadFromFont( THEME->GetPathF(m_sName,"max combo") ); m_MaxCombo.LoadFromFont( THEME->GetPathF(m_sName,"max combo") );