diff -r cf21a45a62bd -r 5a9d203f7c82 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Thu May 16 03:41:24 2019 +0200 +++ b/hedgewars/uWorld.pas Thu May 16 04:02:09 2019 +0200 @@ -1601,6 +1601,8 @@ DrawSprite(sprHealthPoisonHud, (cScreenWidth div 2 - CurrentHedgehog^.HealthTagTex^.w - 36), i, 0) else DrawSprite(sprHealthHud, (cScreenWidth div 2 - CurrentHedgehog^.HealthTagTex^.w - 36), i, 0); + if cVampiric then + DrawSprite(sprVampHud, (cScreenWidth div 2 - CurrentHedgehog^.HealthTagTex^.w - 62), i, 0); inc(t, CurrentHedgehog^.HealthTagTex^.h); cDemoClockFPSOffsetY:= t; end