changeset 5319 | 51d8e4747876 |
parent 5316 | 191cd6c06203 |
child 5357 | ec36f3d53f3c |
--- 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;