Draw tags a bit higher due to hats introduction
authorunc0rr
Fri, 06 Jun 2008 16:14:23 +0000
changeset 976 368a8926632b
parent 975 47982e63c9f6
child 977 fdbf2a5c1ad7
Draw tags a bit higher due to hats introduction
hedgewars/uGears.pas
--- 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);