Fix Birdy stopping turn after dropping 1st egg
authorWuzzy <Wuzzy2@mail.ru>
Thu, 16 May 2019 08:05:10 +0200
changeset 14969 65be598c64b9
parent 14968 b4f83570c514
child 14971 9719a998670b
child 14972 7d63665cc38b
Fix Birdy stopping turn after dropping 1st egg
hedgewars/uGearsList.pas
--- a/hedgewars/uGearsList.pas	Thu May 16 06:50:34 2019 +0200
+++ b/hedgewars/uGearsList.pas	Thu May 16 08:05:10 2019 +0200
@@ -667,7 +667,7 @@
                 gear^.Radius:= 16; // todo: check
                 gear^.Health := 2000;
                 gear^.FlightTime := 2;
-                gear^.Z:= cCurrHHZ+1;
+                gear^.Z:= cCurrHHZ;
                 end;
          gtEgg: begin
                 gear^.AdvBounce:= 1;