From 52afe1bc9360f8d8493d3ff1b33966687b82db82 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 29 Apr 2005 03:42:35 +0000 Subject: [PATCH] fix compile --- stepmania/src/GameSoundManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/GameSoundManager.cpp b/stepmania/src/GameSoundManager.cpp index d0012c059d..773dd5d2a7 100644 --- a/stepmania/src/GameSoundManager.cpp +++ b/stepmania/src/GameSoundManager.cpp @@ -511,7 +511,6 @@ void GameSoundManager::Update( float fDeltaTime ) { /* Load up the new timing data. */ g_Playing->m_Timing = g_Playing->m_NewTiming; - g_Playing->m_LightData = g_Playing->m_NewLightData; g_Playing->m_bTimingDelayed = false; }