Another bigworld+isomaps+zoom-out fix - directory name inconsistency
This commit is contained in:
parent
5bb3249dfe
commit
f3ac3d9be4
4 changed files with 13 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue