hedgewars/uCommandHandlers.pas
changeset 10818 f642a28cab0c
parent 10672 c2004c3e9c7d
child 10822 def423815f24
equal deleted inserted replaced
10816:37410518628e 10818:f642a28cab0c
   744 end;
   744 end;
   745 
   745 
   746 procedure chLandMines(var s: shortstring);
   746 procedure chLandMines(var s: shortstring);
   747 begin
   747 begin
   748 cLandMines:= StrToInt(s)
   748 cLandMines:= StrToInt(s)
       
   749 end;
       
   750 
       
   751 procedure chAirMines(var s: shortstring);
       
   752 begin
       
   753 cAirMines:= StrToInt(s)
   749 end;
   754 end;
   750 
   755 
   751 procedure chExplosives(var s: shortstring);
   756 procedure chExplosives(var s: shortstring);
   752 begin
   757 begin
   753 cExplosives:= StrToInt(s)
   758 cExplosives:= StrToInt(s)