fix warning
This commit is contained in:
@@ -77,8 +77,8 @@ void LightsManager::Update( float fDeltaTime )
|
|||||||
{
|
{
|
||||||
case LIGHTSMODE_JOINING:
|
case LIGHTSMODE_JOINING:
|
||||||
{
|
{
|
||||||
int iBeat = (int)(GAMESTATE->m_fSongBeat);
|
// int iBeat = (int)(GAMESTATE->m_fSongBeat);
|
||||||
bool bBlinkOn = (iBeat%2)==0;
|
// bool bBlinkOn = (iBeat%2)==0;
|
||||||
|
|
||||||
FOREACH_PlayerNumber( pn )
|
FOREACH_PlayerNumber( pn )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user