Make mapzoomin for Kzed consistent with previous versions (2 below

native)
This commit is contained in:
Mike Primm 2011-08-03 15:09:28 -05:00
parent bffc56dd20
commit 612cdf0c98

View File

@ -586,7 +586,7 @@ public class DefaultTileRenderer implements MapTileRenderer {
s(o, "backgroundday", c.getString("backgroundday"));
s(o, "backgroundnight", c.getString("backgroundnight"));
s(o, "bigmap", map.isBigWorldMap(world));
s(o, "mapzoomin", c.getInteger("mapzoomin", 3));
s(o, "mapzoomin", c.getInteger("mapzoomin", 2));
s(o, "mapzoomout", world.getExtraZoomOutLevels()+1);
s(o, "compassview", "SE"); /* Always from southeast */
a(worldObject, "maps", o);