changeset 10818 | f642a28cab0c |
parent 10672 | c2004c3e9c7d |
child 10822 | def423815f24 |
--- 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)