changeset 9791 | 446e4919b738 |
parent 9755 | 6306b54dd8fc |
child 9798 | f2b18754742f |
child 9812 | a293a9ecdc82 |
--- a/hedgewars/uWorld.pas Fri Dec 13 22:14:02 2013 +0400 +++ b/hedgewars/uWorld.pas Fri Dec 13 22:38:09 2013 +0400 @@ -1259,7 +1259,11 @@ else htex:= Clan^.HealthTex; - // draw name + // draw owner + if OwnerTex <> nil then + DrawTexture(-OwnerTex^.w - NameTagTex^.w - 18, cScreenHeight + DrawHealthY + smallScreenOffset, OwnerTex); + + // draw name DrawTexture(-NameTagTex^.w - 16, cScreenHeight + DrawHealthY + smallScreenOffset, NameTagTex); // draw flag