diff -r 37410518628e -r f642a28cab0c hedgewars/uCommandHandlers.pas --- a/hedgewars/uCommandHandlers.pas Sat Feb 07 23:25:33 2015 +0300 +++ b/hedgewars/uCommandHandlers.pas Sat Feb 14 17:34:12 2015 -0500 @@ -748,6 +748,11 @@ cLandMines:= StrToInt(s) end; +procedure chAirMines(var s: shortstring); +begin +cAirMines:= StrToInt(s) +end; + procedure chExplosives(var s: shortstring); begin cExplosives:= StrToInt(s)