Skip to content

Commit 5554adc

Browse files
committed
add stop weld on door open
1 parent e2de3cc commit 5554adc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/game/shared/swarm/asw_weapon_welder_shared.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ void CASW_Weapon_Welder::WeldDoor(bool bSeal)
175175
else
176176
{
177177
pDoor->StopCloseForWeld( pMarine );
178+
bWelding = false;
178179
}
179180
#endif
180181
}

0 commit comments

Comments
 (0)