hedgewars/uGearsHandlersMess.pas
changeset 11860 0abbe6f1e4f2
parent 11858 38fd32724a61
child 11911 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