hedgewars/uWorld.pas
changeset 14966 5a9d203f7c82
parent 14965 cf21a45a62bd
child 14967 9939134b566d
--- 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