Add explicit door position field
This commit is contained in:
@@ -89,7 +89,7 @@ data Room = Room
|
||||
, _rmTakeFrom :: Maybe Int
|
||||
, _rmStartWires :: IM.IntMap RoomWire
|
||||
, _rmEndWires :: IM.IntMap RoomWire
|
||||
, _rmConnectsTo :: S.Set RoomLinkType
|
||||
, _rmConnectsTo :: (S.Set RoomLinkType -> Bool)
|
||||
, _rmMID :: Maybe Int
|
||||
, _rmMParent :: Maybe Int
|
||||
, _rmChildren :: [Int]
|
||||
|
||||
Reference in New Issue
Block a user