We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1640915 commit 94814b4Copy full SHA for 94814b4
1 file changed
src/game/shared/swarm/asw_weapon_welder_shared.cpp
@@ -167,17 +167,19 @@ void CASW_Weapon_Welder::WeldDoor(bool bSeal)
167
{
168
if ( pDoor->IsOpen() )
169
170
-#ifndef CLIENT_DLL
171
if ( bSeal )
172
+#ifndef CLIENT_DLL
173
pDoor->CloseForWeld( pMarine ); // shut the door first, so we can start welding it
174
+#endif
175
}
176
else
177
178
179
pDoor->StopCloseForWeld( pMarine );
180
181
bWelding = false;
182
-#endif
183
184
185
0 commit comments