hedgewars/uVariables.pas
changeset 10818 f642a28cab0c
parent 10792 f6df7d6e18e5
child 10820 e86ba0e821a6
--- a/hedgewars/uVariables.pas	Sat Feb 07 23:25:33 2015 +0300
+++ b/hedgewars/uVariables.pas	Sat Feb 14 17:34:12 2015 -0500
@@ -149,6 +149,7 @@
 
     cCaseFactor     : Longword;
     cLandMines      : Longword;
+    cAirMines       : Longword;
     cExplosives     : Longword;
 
     cScriptName     : shortstring;
@@ -2607,6 +2608,7 @@
     AttackBar       := 0; // 0 - none, 1 - just bar at the right-down corner, 2 - from weapon
     cCaseFactor     := 5;  {0..9}
     cLandMines      := 4;
+    cAirMines       := 1000;
     cExplosives     := 2;
 
     GameState       := Low(TGameState);