hedgewars/uVariables.pas
changeset 14041 44f20c9e6861
parent 14018 039a9a6d68eb
child 14196 ab5e710d353d
--- 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;