diff -r 37410518628e -r f642a28cab0c hedgewars/uVariables.pas --- 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);