diff -r b4f83570c514 -r 65be598c64b9 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;