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

This commit is contained in:
Glenn Maynard
2005-10-04 07:20:52 +00:00
parent 15880eafd6
commit b5b224ee38
+1 -1
View File
@@ -76,7 +76,7 @@ void ScreenStatsOverlay::Update( float fDeltaTime )
// from the span when stats were turned off.
m_timerSkip.Touch();
}
bShowStatsWasOn = PREFSMAN->m_bShowStats;
bShowStatsWasOn = PREFSMAN->m_bShowStats.Get();
this->SetVisible( PREFSMAN->m_bShowStats );
if( PREFSMAN->m_bShowStats )