fix VC7 warning

This commit is contained in:
Chris Danford
2004-04-20 02:41:02 +00:00
parent 456e3ba47d
commit 110ecf4fa9
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -149,8 +149,6 @@ void LightsManager::Update( float fDeltaTime )
FOREACH_CabinetLight( cl )
m_LightsState.m_bCabinetLights[cl] = false;
bool bAllMarqueeLightsOn = !GAMESTATE->m_bPastHereWeGo;
{
FOREACH_CabinetLight( cl )
m_LightsState.m_bCabinetLights[cl] = m_fSecsLeftInBlink[cl] > 0 ;