diff -r 191cd6c06203 -r 51d8e4747876 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Sun Jun 26 13:38:47 2011 -0400 +++ b/hedgewars/uTypes.pas Sun Jun 26 15:23:45 2011 -0400 @@ -183,6 +183,7 @@ Pos: LongWord; AmmoType: TAmmoType; AttackVoice: TSound; + Bounciness: LongWord; end; TVertex2f = record @@ -333,7 +334,6 @@ King: boolean; // Flag for a bunch of hedgehog attributes Unplaced: boolean; // Flag for hog placing mode Timer: Longword; - Bounce: hwFloat; Effects: Array[THogEffect] of boolean; end;