fixed save data

This commit is contained in:
StevenRS11
2013-06-11 14:42:11 -04:00
parent cfd19d9c88
commit b4cc959a35
6 changed files with 92 additions and 130 deletions

View File

@@ -25,7 +25,7 @@ public class DimData implements Serializable
public boolean hasBeenFilled=false;
public boolean hasDoor=false;
public boolean isDimRandomRift=false;
public DungeonData dungeonGenerator = null;
public DungeonGenerator dungeonGenerator = null;
//public boolean isPrivatePocket = false;
public HashMap<Integer, HashMap<Integer, HashMap<Integer, LinkData>>> linksInThisDim=new HashMap();
HashMap<Integer, LinkData> dimX;