From 93c55d3f0219d41bb1c4e894b781d96c5d2e86e9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 6 Oct 2023 21:31:23 +0200 Subject: fixup! stronghold --- tools/gendata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/gendata.js b/tools/gendata.js index 3c4bcb0..424a111 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -323,7 +323,7 @@ function defloc(region, type, name) { w = Math.ceil(w) h = Math.ceil(h) locmap[name] = locales.length - locales.push({ name, type, ways: [], box: { x, y, w, h } }) + locales.push({ name, type, region, ways: [], box: { x, y, w, h } }) } function defdepleted(name) { -- cgit v1.2.3