test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user