fix compile

This commit is contained in:
Glenn Maynard
2005-04-29 03:42:35 +00:00
parent c9401b9c92
commit 52afe1bc93
-1
View File
@@ -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;
}