--- a/hedgewars/uTypes.pas Wed May 02 19:16:12 2012 -0400
+++ b/hedgewars/uTypes.pas Thu May 03 00:20:58 2012 -0400
@@ -209,7 +209,7 @@
PrevTexture, NextTexture: PTexture;
end;
- THogEffect = (heInvulnerable, heResurrectable, hePoisoned, heResurrected);
+ THogEffect = (heInvulnerable, heResurrectable, hePoisoned, heResurrected, heFrozen);
TScreenFade = (sfNone, sfInit, sfToBlack, sfFromBlack, sfToWhite, sfFromWhite);
@@ -347,7 +347,7 @@
King: boolean; // Flag for a bunch of hedgehog attributes
Unplaced: boolean; // Flag for hog placing mode
Timer: Longword;
- Effects: array[THogEffect] of boolean;
+ Effects: array[THogEffect] of LongInt;
end;
TTeam = record