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
|
|
@ -341,6 +341,8 @@ public class KzedMap extends MapType {
|
|||
private static final int[] stepseq = { 0, 2, 1, 3 };
|
||||
|
||||
public int[] zoomFileStepSequence() { return stepseq; }
|
||||
/* How many bits of coordinate are shifted off to make big world directory name */
|
||||
public int getBigWorldShift() { return 12; }
|
||||
|
||||
public String getName() {
|
||||
return "KzedMap";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue