We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a385a7b commit 7c45aedCopy full SHA for 7c45aed
1 file changed
src/game/shared/swarm/asw_weapon_welder_shared.cpp
@@ -317,6 +317,7 @@ void CASW_Weapon_Welder::ItemPostFrame()
317
if ( ( m_iAutomaticWeldDirection > 0 && m_pWeldDoor->GetSealAmount() >= 1.0f ) ||
318
( m_iAutomaticWeldDirection < 0 && m_pWeldDoor->GetSealAmount() <= 0.0f ) )
319
{
320
+ m_iAutomaticWeldDirection = 0;
321
m_bShotDelayed = false;
322
#ifdef GAME_DLL
323
if ( pMarine->GetMarineResource() )
0 commit comments