diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 04d4562060..537db6bfea 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1537,6 +1537,9 @@ void ScreenGameplay::Update( float fDeltaTime ) void ScreenGameplay::UpdateLights() { + if( !LIGHTSMAN->IsEnabled() ) + return; + const Style* pStyle = GAMESTATE->GetCurrentStyle(); bool bBlinkCabinetLight[NUM_CABINET_LIGHTS]; bool bBlinkGameButton[MAX_GAME_CONTROLLERS][MAX_GAME_BUTTONS];