hedgewars/GSHandlers.inc
changeset 4036 69e535a0e43a
parent 4035 3ed9573bcf5e
child 4038 8972dd38bbad
--- a/hedgewars/GSHandlers.inc	Sat Oct 30 21:06:55 2010 -0400
+++ b/hedgewars/GSHandlers.inc	Sat Oct 30 21:39:50 2010 -0400
@@ -4149,6 +4149,7 @@
                 DeleteGear(graves[i]);
                 RenderHealth(PHedgehog(resgear^.Hedgehog)^);
                 RecountTeamHealth(Phedgehog(resgear^.Hedgehog)^.Team);
+                PHedgehog(resgear^.Hedgehog)^.Effects[heResurrected]:= true;
                 if PHedgehog(resgear^.Hedgehog)^.Hat = 'NoHat' then
                     begin
                     FreeTexture(PHedgehog(resgear^.Hedgehog)^.HatTex);