diff -r 706218709157 -r 66e8ac9c2274 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Wed Nov 07 05:18:06 2012 +0100 +++ b/hedgewars/uTypes.pas Wed Nov 07 13:23:18 2012 +0400 @@ -258,6 +258,7 @@ nImpactSounds: Word; // count of ImpactSounds SoundChannel: LongInt; PortalCounter: LongWord; // Hopefully temporary, but avoids infinite portal loops in a guaranteed fashion. + AIHints: LongWord; // hints for ai. haha ^^^^^^ temporary, sure LastDamage: PHedgehog; end; TPGearArray = array of PGear;