Remove outplacements

This commit is contained in:
2025-09-23 17:14:30 +01:00
parent a6ca90d7d8
commit 60fdd138e3
4 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ data Room = Room
, _rmPath :: S.Set (Point2, Point2)
, _rmPmnts :: [Placement]
, _rmInPmnt :: [GenWorld -> Placement]
, _rmOutPmnt :: IM.IntMap Placement
-- , _rmOutPmnt :: IM.IntMap Placement
, _rmBound :: [[Point2]]
, _rmFloor :: Floor
, _rmName :: String