hedgewars/uGears.pas
changeset 5490 18c6049b5ae3
parent 5482 c047e70c53f4
child 5493 49769489af37
child 5498 fac3c15707d2
--- a/hedgewars/uGears.pas	Mon Aug 01 13:29:01 2011 -0400
+++ b/hedgewars/uGears.pas	Mon Aug 01 15:37:27 2011 -0400
@@ -1069,7 +1069,7 @@
                 while i < vampDmg do
                     begin
                     vg:= AddVisualGear(hwRound(CurrentHedgehog^.Gear^.X), hwRound(CurrentHedgehog^.Gear^.Y), vgtHealth);
-                    if vg <> nil then vg^.Frame:= 10;
+                    if vg <> nil then vg^.Tint:= $FF0000FF;
                     inc(i, 5);
                     end;
                 end