Merge remote-tracking branch 'upstream/master'

This commit is contained in:
SenseiKiwi
2013-08-22 17:43:25 -04:00
6 changed files with 15 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ public class DungeonPack
{
String standardName = typeName.toUpperCase();
this.nameToTypeMapping.put(standardName, new DungeonType(this, standardName, index));
this.groupedDungeons.add(new ArrayList<DungeonGenerator>());
this.groupedDungeons.add(new ArrayList<DungeonGenerator>());
index++;
}