From a83338c1753440eb3cd6825015de7c2423fe4c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Gergely?= Date: Thu, 16 Sep 2021 23:41:53 +0200 Subject: [PATCH] activating forwardmap --- modules/submap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/submap.js b/modules/submap.js index cccd3fd4..80faeabd 100644 --- a/modules/submap.js +++ b/modules/submap.js @@ -194,7 +194,7 @@ window.Submap = (function () { cells.religion[id] = oldCells.religion[oldid]; cells.province[id] = oldCells.province[oldid]; // reverseMap.set(id, oldid) - // forwardMap[oldid].push(id) + forwardMap[oldid].push(id) } stage("Regenerating river network.")