fix warning

This commit is contained in:
Glenn Maynard
2004-04-02 00:19:01 +00:00
parent f9e818794a
commit de93c1659e
+2 -2
View File
@@ -77,8 +77,8 @@ void LightsManager::Update( float fDeltaTime )
{
case LIGHTSMODE_JOINING:
{
int iBeat = (int)(GAMESTATE->m_fSongBeat);
bool bBlinkOn = (iBeat%2)==0;
// int iBeat = (int)(GAMESTATE->m_fSongBeat);
// bool bBlinkOn = (iBeat%2)==0;
FOREACH_PlayerNumber( pn )
{