fixed save killing change, awaiting further fix

This commit is contained in:
StevenRS11
2013-06-24 00:11:14 -04:00
parent d5caa918c8
commit e847794e8d
4 changed files with 6 additions and 3 deletions

View File

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