Small cleanup
This commit is contained in:
@@ -23,7 +23,7 @@ import System.Random
|
||||
data GenWorld = GenWorld
|
||||
{ _gwWorld :: World
|
||||
, _genRooms :: IM.IntMap Room
|
||||
, _genPmnt :: IM.IntMap [Placement]
|
||||
, _genPmnt :: IM.IntMap Placement
|
||||
}
|
||||
|
||||
---- ROOM DATATYPES
|
||||
|
||||
Reference in New Issue
Block a user