do blink unjoined sides
This commit is contained in:
@@ -368,10 +368,6 @@ void LightsManager::Update( float fDeltaTime )
|
|||||||
//
|
//
|
||||||
FOREACH_GameController( gc )
|
FOREACH_GameController( gc )
|
||||||
{
|
{
|
||||||
// don't blink unjoined sides
|
|
||||||
if( !GAMESTATE->m_bSideIsJoined[gc] )
|
|
||||||
continue;
|
|
||||||
|
|
||||||
FOREACH_GameButton( gb )
|
FOREACH_GameButton( gb )
|
||||||
{
|
{
|
||||||
bool bOn = INPUTMAPPER->IsBeingPressed( GameInput(gc,gb) );
|
bool bOn = INPUTMAPPER->IsBeingPressed( GameInput(gc,gb) );
|
||||||
|
|||||||
Reference in New Issue
Block a user