hedgewars/uCommandHandlers.pas
changeset 14678 c96889bf5796
parent 14677 93429d8f6b3f
child 14679 4eaeba349179
equal deleted inserted replaced
14677:93429d8f6b3f 14678:c96889bf5796
   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:= UserZoom;
   735     if (LocalMessage and gmPrecise <> 0) then
       
   736         ZoomValue:= cDefaultZoomLevel
       
   737     else
       
   738         ZoomValue:= UserZoom;
   736 end;
   739 end;
   737 
   740 
   738 procedure chMapGen(var s: shortstring);
   741 procedure chMapGen(var s: shortstring);
   739 begin
   742 begin
   740 cMapGen:= TMapGen(StrToInt(s))
   743 cMapGen:= TMapGen(StrToInt(s))