hedgewars/uGears.pas
changeset 976 368a8926632b
parent 970 1bd9a4eafbc3
child 981 e883baf3a458
--- a/hedgewars/uGears.pas	Fri Jun 06 15:14:15 2008 +0000
+++ b/hedgewars/uGears.pas	Fri Jun 06 16:14:23 2008 +0000
@@ -681,7 +681,7 @@
 with PHedgehog(Gear^.Hedgehog)^ do
 	if (Gear^.State{ and not gstAnimation}) = 0 then
 	begin
-	t:= hwRound(Gear^.Y) - cHHRadius - 10 + WorldDy;
+	t:= hwRound(Gear^.Y) - cHHRadius - 12 + WorldDy;
 	if (cTagsMask and 1) <> 0 then
 		begin
 		dec(t, HealthTagTex^.h + 2);