changeset 11865 | 0abbe6f1e4f2 |
parent 11863 | 38fd32724a61 |
child 11916 | 6145efcff302 |
--- a/hedgewars/uGearsHandlersMess.pas Sun Oct 02 01:17:33 2016 +0200 +++ b/hedgewars/uGearsHandlersMess.pas Sun Oct 02 01:26:59 2016 +0200 @@ -3418,7 +3418,7 @@ // note: use GameTicks, not RealTicks, otherwise amount can vary greatly - if (Gear^.Pos = 14) and (GameTicks and $3 = 0) then + if (Gear^.Pos = 14) and (GameTicks and $1 = 0) then begin heart:= AddVisualGear(hwRound(Gear^.X), hwRound(Gear^.Y), vgtStraightShot); if heart <> nil then