hedgewars/uConsts.pas
changeset 4036 69e535a0e43a
parent 4023 8de77872ef21
child 4042 dfeb8e348a09
--- a/hedgewars/uConsts.pas	Sat Oct 30 21:06:55 2010 -0400
+++ b/hedgewars/uConsts.pas	Sat Oct 30 21:39:50 2010 -0400
@@ -187,7 +187,7 @@
             PrevTexture, NextTexture: PTexture;
             end;
 
-    THogEffect = (heInvulnerable, heResurrectable, hePoisoned);
+    THogEffect = (heInvulnerable, heResurrectable, hePoisoned, heResurrected);
 
     TScreenFade = (sfNone, sfInit, sfToBlack, sfFromBlack, sfToWhite, sfFromWhite);
 const