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,13 @@ public class World {
@Export("index")
int index;
static {
worldsCount = 0;
__bt_g = 0;
__bt_l = new int[]{1, 1, 1, 1};
__bt_e = new int[]{0, 1, 2, 3};
}
@ObfuscatedName("e")
@ObfuscatedSignature(
signature = "(I)Z",
@@ -136,11 +143,4 @@ public class World {
var0 |= var0 >>> 16;
return var0 + 1;
}
static {
worldsCount = 0;
__bt_g = 0;
__bt_l = new int[]{1, 1, 1, 1};
__bt_e = new int[]{0, 1, 2, 3};
}
}