--- a/hedgewars/uTypes.pas Mon Mar 28 20:31:01 2011 +0400
+++ b/hedgewars/uTypes.pas Mon Mar 28 21:27:06 2011 +0400
@@ -235,7 +235,8 @@
ImpactSound: TSound; // first sound, others have to be after it in the sounds def.
nImpactSounds: Word; // count of ImpactSounds
SoundChannel: LongInt;
- PortalCounter: LongWord // Hopefully temporary, but avoids infinite portal loops in a guaranteed fashion.
+ PortalCounter: LongWord; // Hopefully temporary, but avoids infinite portal loops in a guaranteed fashion.
+ LastDamage: PHedgehog;
end;
TPGearArray = Array of PGear;