--- a/hedgewars/uTypes.pas Sun Jun 26 02:47:36 2011 +0200
+++ b/hedgewars/uTypes.pas Sun Jun 26 13:38:47 2011 -0400
@@ -333,6 +333,7 @@
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;
@@ -390,7 +391,8 @@
TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume, sidPaused,
sidConfirm, sidSuddenDeath, sidRemaining, sidFuel, sidSync,
- sidNoEndTurn, sidNotYetAvailable, sidRoundSD, sidRoundsSD, sidReady);
+ sidNoEndTurn, sidNotYetAvailable, sidRoundSD, sidRoundsSD, sidReady,
+ sidBounce1, sidBounce2, sidBounce3, sidBounce4, sidBounce5, sidBounce);
// Events that are important for the course of the game or at least interesting for other reasons
TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw,