diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-08-30 00:05:22 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:26 +0100 |
commit | 2d3bbc92c2b150e10d9c1ebd3c7acc84eea25f2f (patch) | |
tree | 0ffd2775fb76c7ddffa8a7b1c6b05f1dc00a2479 /tools | |
parent | a2e6df7b4b0428ed59f732541a3f7b3f0c98f183 (diff) | |
download | rommel-in-the-desert-2d3bbc92c2b150e10d9c1ebd3c7acc84eea25f2f.tar.gz |
Don't include hexes not in 2004 map.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gendata.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gendata.js b/tools/gendata.js index 8de889d..e93df8a 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -240,9 +240,9 @@ def_offmap(193,193); def_offmap(216,217); // Hexes not in 2004 edition: -// def_offmap(200,202); -// def_offmap(206,212); -// def_offmap(214,221); +def_offmap(200,202); +def_offmap(206,212); +def_offmap(214,221); // Terrain chart hexes // def_offmap(145,146); |