changeset 7996 | 66e8ac9c2274 |
parent 7980 | 7f8df51553a7 |
child 8026 | 4a4f21070479 |
child 8161 | 0b8beacff8a5 |
--- 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;