changeset 14682 | 93429d8f6b3f |
parent 14535 | ec0afe1c6024 |
child 14683 | c96889bf5796 |
--- a/hedgewars/uCommandHandlers.pas Tue Feb 05 01:40:16 2019 +0300 +++ b/hedgewars/uCommandHandlers.pas Tue Feb 05 02:13:04 2019 +0100 @@ -732,7 +732,7 @@ procedure chZoomReset(var s: shortstring); begin s:= s; // avoid compiler hint - ZoomValue:= cDefaultZoomLevel; + ZoomValue:= UserZoom; end; procedure chMapGen(var s: shortstring);