--- a/hedgewars/uVariables.pas Wed Oct 31 13:08:56 2018 +0100
+++ b/hedgewars/uVariables.pas Wed Oct 31 13:35:53 2018 +0100
@@ -89,6 +89,7 @@
CheckSum : LongWord;
CampaignVariable: shortstring;
GameTicks : LongWord;
+ OuchTauntTimer : LongWord; // Timer which blocks sndOuch from being played too often and fast
GameState : TGameState;
GameType : TGameType;
InputMask : LongWord;
@@ -2807,6 +2808,7 @@
CursorMovementX := 0;
CursorMovementY := 0;
GameTicks := 0;
+ OuchTauntTimer := 0;
CheckSum := 0;
cWaterLine := LAND_HEIGHT;
cGearScrEdgesDist := 240;