fix "warning C4213: nonstandard extension used : cast on l-value"

This commit is contained in:
Glenn Maynard
2005-08-24 20:43:05 +00:00
parent 56817d9490
commit c136cf3a9e
+1 -1
View File
@@ -579,7 +579,7 @@ void ScreenGameplay::Init()
//the following is only used in SMLAN/SMOnline
if( NSMAN->useSMserver && ( !GAMESTATE->PlayerUsingBothSides() ) )
{
m_ShowScoreboard = PREFSMAN->m_bEnableScoreboard;
m_ShowScoreboard = PREFSMAN->m_bEnableScoreboard.Get();
PlayerNumber pn = GAMESTATE->GetFirstDisabledPlayer();
if( pn != PLAYER_INVALID )
{