Fixed minor bug
Fixed a bug with an uninitialized variable in DungeonHelper. Oops!
This commit is contained in:
parent
d2259c3f5d
commit
8e200da01b
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ public class DungeonHelper
|
|||
}
|
||||
|
||||
//Add all the basic dungeon types to dungeonTypeMapping
|
||||
dungeonTypeMapping = new Hashtable<String, ArrayList<DungeonGenerator>>();
|
||||
dungeonTypeMapping.put(SIMPLE_HALL_DUNGEON_TYPE, simpleHalls);
|
||||
dungeonTypeMapping.put(COMPLEX_HALL_DUNGEON_TYPE, complexHalls);
|
||||
dungeonTypeMapping.put(HUB_DUNGEON_TYPE, hubs);
|
||||
|
|
Loading…
Reference in a new issue