hedgewars/uConsts.pas
changeset 7505 94e1fa117081
parent 7495 2592240b7b62
child 7517 f287f00063e8
--- 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}