This commit is contained in:
zeruth
2019-06-16 22:31:48 -04:00
parent 2e873af898
commit 39a9ae35ab
218 changed files with 16857 additions and 16879 deletions

View File

@@ -114,10 +114,6 @@ public class WorldMapElement extends DualNode {
@Export("category")
public int category;
static {
WorldMapElement_cachedSprites = new EvictingDualNodeHashTable(256);
}
public WorldMapElement(int var1) {
this.sprite1 = -1;
this.sprite2 = -1;
@@ -328,4 +324,8 @@ public class WorldMapElement extends DualNode {
return null;
}
static {
WorldMapElement_cachedSprites = new EvictingDualNodeHashTable(256);
}
}