# HG changeset patch # User Wuzzy # Date 1594073480 -7200 # Node ID 50dc9d0191d17861e09410b5a15d114e908d4c1d # Parent eeab5b90c082511d267654efcfa18554569fac1d gfInvulnerable: Fix misplaced halo icon diff -r eeab5b90c082 -r 50dc9d0191d1 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Tue Jul 07 00:07:40 2020 +0200 +++ b/hedgewars/uWorld.pas Tue Jul 07 00:11:20 2020 +0200 @@ -1597,7 +1597,7 @@ DrawSprite(sprInvulnHud, cScreenWidth div 2 - t, i, 0); if (CurrentHedgehog^.Effects[heResurrectable] <> 0) then // show halo for resurrectable hog - DrawSprite(sprHaloHud, cScreenWidth div 2 - 30, i - SpritesData[sprHaloHud].Height + 1, 0); + DrawSprite(sprHaloHud, cScreenWidth div 2 - t - 2, i - SpritesData[sprHaloHud].Height + 1, 0); // Vampirism if cVampiric then begin