Refactor creature zoning
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ data World = World
|
||||
, _boundBox :: [Point2]
|
||||
, _boundDist :: (Float,Float,Float,Float) -- NSEW, S and W negative
|
||||
, _creatures :: IM.IntMap Creature
|
||||
, _crZoning :: Zoning IM.IntMap Creature
|
||||
, _crZoning :: CrZoning --Zoning IM.IntMap Creature
|
||||
, _creatureGroups :: IM.IntMap CrGroupParams
|
||||
, _itemPositions :: IM.IntMap ItemPos
|
||||
, _clouds :: [Cloud]
|
||||
|
||||
Reference in New Issue
Block a user