exception no longer needed
This commit is contained in:
@@ -1915,18 +1915,7 @@ void ScreenGameplay::UpdateLights()
|
|||||||
// Before the first beat of the song, all cabinet lights solid on (except for menu buttons).
|
// Before the first beat of the song, all cabinet lights solid on (except for menu buttons).
|
||||||
bool bOverrideCabinetBlink = (GAMESTATE->m_fSongBeat < GAMESTATE->m_pCurSong->m_fFirstBeat);
|
bool bOverrideCabinetBlink = (GAMESTATE->m_fSongBeat < GAMESTATE->m_pCurSong->m_fFirstBeat);
|
||||||
FOREACH_CabinetLight( cl )
|
FOREACH_CabinetLight( cl )
|
||||||
{
|
|
||||||
switch( cl )
|
|
||||||
{
|
|
||||||
case LIGHT_BUTTONS_LEFT:
|
|
||||||
case LIGHT_BUTTONS_RIGHT:
|
|
||||||
// don't blink
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
bBlinkCabinetLight[cl] |= bOverrideCabinetBlink;
|
bBlinkCabinetLight[cl] |= bOverrideCabinetBlink;
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Send blink data.
|
// Send blink data.
|
||||||
FOREACH_CabinetLight( cl )
|
FOREACH_CabinetLight( cl )
|
||||||
|
|||||||
Reference in New Issue
Block a user