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

@ -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";