diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index e8cdf26887..f99124c1cb 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1096,6 +1096,7 @@ void ScreenGameplay::LoadNextSong() // // Load cabinet lights data // + if( LIGHTSMAN->IsEnabled() ) { m_CabinetLightsNoteData.Init(); ASSERT( GAMESTATE->m_pCurSong );