moving LIGHT_BUTTONS_LEFT/RIGHT to START

This commit is contained in:
Glenn Maynard
2007-05-08 02:04:09 +00:00
parent 61251b1f63
commit 82ac3c2d09
+1 -14
View File
@@ -280,20 +280,7 @@ void LightsManager::Update( float fDeltaTime )
case LIGHTSMODE_ALL_CLEARED:
{
FOREACH_CabinetLight( cl )
{
bool b = true;
switch( cl )
{
case LIGHT_BUTTONS_LEFT:
case LIGHT_BUTTONS_RIGHT:
b = false;
break;
default:
b = true;
break;
}
m_LightsState.m_bCabinetLights[cl] = b;
}
m_LightsState.m_bCabinetLights[cl] = true;
}
break;
case LIGHTSMODE_TEST_AUTO_CYCLE: