diff -r f3e7a066c2b8 -r e3989519731b hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Thu Sep 10 12:42:01 2009 +0000 +++ b/hedgewars/CCHandlers.inc Thu Sep 10 12:46:56 2009 +0000 @@ -687,7 +687,7 @@ procedure chZoomOut(var s: shortstring); begin -if ZoomValue > 0.5 then ZoomValue:= ZoomValue - 0.25; +if ZoomValue > 1.0 then ZoomValue:= ZoomValue - 0.25; end; procedure chChat(var s: shortstring);