hedgewars/uGears.pas
changeset 15715 e0cdb6ae88ab
parent 15709 6b04399c84a7
child 15720 b743adf298d8
--- a/hedgewars/uGears.pas	Sat Jul 11 01:09:56 2020 +0300
+++ b/hedgewars/uGears.pas	Sat Jul 11 02:12:02 2020 +0300
@@ -814,7 +814,7 @@
     end;
 
     for i := 0 to min(count, positionsCount) - 1 do
-        AddGear(positions[i].X, positions[i].Y - cHHRadius, gtSentry, 0, _0, _0, 5000);
+        AddGear(positions[i].X, positions[i].Y - cHHRadius, gtSentry, 0, _0, _0, 0);
 end;
 
 procedure AddMiscGears;
@@ -1520,7 +1520,7 @@
             @doStepCreeper,
             @doStepMinigun,
             @doStepMinigunBullet,
-            @doStepSentry);
+            @doStepSentryDeploy);
 begin
     doStepHandlers:= handlers;