summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2023-07-01 06:12:32 +0200
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:16:55 +0100
commitf2e54b675196e2597987a09b75d97d78bbbbc679 (patch)
treed78d0b68478c338af5de2a76cad7a75d5c8ded91
parenteccd4d2712780542f9bf767fc02820ab3adc331d (diff)
downloadplantagenet-f2e54b675196e2597987a09b75d97d78bbbbc679.tar.gz
small fix play.js
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index b2036dc..c888fc0 100644
--- a/play.js
+++ b/play.js
@@ -730,7 +730,7 @@ function build_map() {
document.getElementById("boxes").appendChild(e)
}
- for (let i = 1; i <= 45; ++i)
+ for (let i = 0; i <= 45; ++i)
register_action(ui.track[i], "track", i)
build_plan()