diff -r 0ccdff4ae8e9 -r 10a0a31804f3 hedgewars/uTypes.pas --- 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