Update path zoning on reading a save

This commit is contained in:
2025-10-21 15:50:49 +01:00
parent 1918fc8c56
commit fcffbd5f43
4 changed files with 13 additions and 3 deletions
+1
View File
@@ -28,6 +28,7 @@ data CWorld = CWorld
-- , _pathGraph :: Gr Point2 PathEdge
, _incGraph :: V.Vector [(Int,SimpleEdge)]
, _incNode :: UV.Vector Point2
, _incEdges :: [(Int,Int)]
, _numberFloorVerxs :: Int
, _chasms :: [[Point2]]
, _numberChasmVerxs :: Int