Last tweaks

This commit is contained in:
StevenRS11 2014-01-27 23:45:01 -05:00
parent 18c11ee24e
commit 1dc7ee7a29
3 changed files with 8 additions and 3 deletions

View file

@ -119,6 +119,12 @@ public class DDSaveHandler
}
return true;
}
/**
* ensures that a pocket's children havent been deleted
* @param packedDim
* @param packedDims
* @return
*/
private static ArrayList<Integer> verifyChildren(PackedDimData packedDim,HashMap<Integer,PackedDimData> packedDims)
{
ArrayList<Integer> children = new ArrayList<Integer>();

View file

@ -80,6 +80,5 @@
/schematics/ruins/Trap_SK-UTrapRight_Open_50.schematic
/schematics/ruins/trap_wallFallcomboPistonHall_closed_200.schematic
/schematics/ruins/DeadEnd_Floating-Altar_Open_100.schematic
DeadEnd_Floating-Altar_Open
/schematics/ruins/complexHall_exitRuinsWithHiddenDoor_open_100
.schematic