mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
activating forwardmap
This commit is contained in:
parent
488bfe6a4e
commit
a83338c175
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ window.Submap = (function () {
|
||||||
cells.religion[id] = oldCells.religion[oldid];
|
cells.religion[id] = oldCells.religion[oldid];
|
||||||
cells.province[id] = oldCells.province[oldid];
|
cells.province[id] = oldCells.province[oldid];
|
||||||
// reverseMap.set(id, oldid)
|
// reverseMap.set(id, oldid)
|
||||||
// forwardMap[oldid].push(id)
|
forwardMap[oldid].push(id)
|
||||||
}
|
}
|
||||||
|
|
||||||
stage("Regenerating river network.")
|
stage("Regenerating river network.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue