oops
authornemo
Sun, 05 Aug 2012 20:18:16 -0400
changeset 7505 94e1fa117081
parent 7501 1763dc3bc9b7
child 7509 76e3a3fc17cd
oops
hedgewars/uConsts.pas
--- 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}