fixed save breaker

This commit is contained in:
StevenRS11
2013-06-11 13:21:39 -04:00
parent 43ead374cc
commit 68d2bde10a
6 changed files with 90 additions and 90 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;