Revert "Merge branch 'master' into master"

This reverts commit 43520c1958, reversing
changes made to 2e7aea3c62.
This commit is contained in:
zeruth
2019-06-22 02:38:35 -04:00
parent 43520c1958
commit c655c9f542
224 changed files with 16901 additions and 17108 deletions

View File

@@ -62,6 +62,12 @@ public class WorldMapLabelSize {
@Export("__u")
final int __u;
static {
WorldMapLabelSize_small = new WorldMapLabelSize(0, 0, 4);
WorldMapLabelSize_medium = new WorldMapLabelSize(2, 1, 2);
WorldMapLabelSize_large = new WorldMapLabelSize(1, 2, 0);
}
WorldMapLabelSize(int var1, int var2, int var3) {
this.__w = var1;
this.__o = var2;
@@ -126,10 +132,4 @@ public class WorldMapLabelSize {
}
}
static {
WorldMapLabelSize_small = new WorldMapLabelSize(0, 0, 4);
WorldMapLabelSize_medium = new WorldMapLabelSize(2, 1, 2);
WorldMapLabelSize_large = new WorldMapLabelSize(1, 2, 0);
}
}