From 507d3f617cdbd76b18b9fc2e304103f11ed75fb8 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:02:38 +0200 Subject: fix adjecents --- tools/gendata.js | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/gendata.js b/tools/gendata.js index 317c565..5413081 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -16,6 +16,7 @@ let next_location_id = 0 function def_area(id, name, type, zone, x, y, w, h) { let loc = next_location_id++ + locations[id] = loc areas.push({loc, id, name, type, zone, x, y, w, h}) if (zone) { if (!(zone in zone_areas)) { -- cgit v1.2.3