hedgewars/uCommandHandlers.pas
changeset 14677 93429d8f6b3f
parent 14530 ec0afe1c6024
child 14678 c96889bf5796
equal deleted inserted replaced
14676:9377ee00f1f1 14677:93429d8f6b3f
   730 end;
   730 end;
   731 
   731 
   732 procedure chZoomReset(var s: shortstring);
   732 procedure chZoomReset(var s: shortstring);
   733 begin
   733 begin
   734     s:= s; // avoid compiler hint
   734     s:= s; // avoid compiler hint
   735     ZoomValue:= cDefaultZoomLevel;
   735     ZoomValue:= UserZoom;
   736 end;
   736 end;
   737 
   737 
   738 procedure chMapGen(var s: shortstring);
   738 procedure chMapGen(var s: shortstring);
   739 begin
   739 begin
   740 cMapGen:= TMapGen(StrToInt(s))
   740 cMapGen:= TMapGen(StrToInt(s))