--- 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