Another bigworld+isomaps+zoom-out fix - directory name inconsistency

This commit is contained in:
Mike Primm 2011-06-24 14:18:21 -05:00
parent 5bb3249dfe
commit f3ac3d9be4
4 changed files with 13 additions and 2 deletions

View file

@ -422,6 +422,9 @@ public class FlatMap extends MapType {
public int[] zoomFileStepSequence() { return stepseq; }
/* How many bits of coordinate are shifted off to make big world directory name */
public int getBigWorldShift() { return 5; }
public static class FlatMapTile extends MapTile {
FlatMap map;
public int x;