hedgewars/uVariables.pas
changeset 15667 fb1f47e382d0
parent 15661 afeffdb4a712
child 15687 63e2b7b2ec47
--- a/hedgewars/uVariables.pas	Sun Jun 28 00:47:43 2020 +0300
+++ b/hedgewars/uVariables.pas	Sun Jun 28 01:06:18 2020 +0300
@@ -177,6 +177,7 @@
 
     cLandMines      : Longword;
     cAirMines       : Longword;
+    cSentries       : Longword;
     cExplosives     : Longword;
 
     cScriptName     : shortstring;
@@ -2959,6 +2960,7 @@
     cMaxCaseDrops   := 5;
     cLandMines      := 4;
     cAirMines       := 0;
+    cSentries       := 0;
     cExplosives     := 2;
 
     GameState       := Low(TGameState);