--- a/hedgewars/uConsts.pas Sun Aug 05 19:38:16 2012 -0400
+++ b/hedgewars/uConsts.pas Sun Aug 05 20:18:16 2012 -0400
@@ -165,7 +165,7 @@
cMinZoomLevel = 3.5;
cZoomDelta = 0.20;
{$ELSE}
- cMaxZoomLevel = 0.25;
+ cMaxZoomLevel = 1.0;
cMinZoomLevel = 3.0;
cZoomDelta = 0.25;
{$ENDIF}