hedgewars/uTypes.pas
changeset 5062 e2d38329b84a
parent 5024 1e332947147c
child 5065 0c2c509ccc7b
--- 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;