summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index b4da448..7425f20 100644
--- a/play.js
+++ b/play.js
@@ -848,7 +848,7 @@ function on_update() {
update_path()
- let back = [ 0, 0, 0, 0 ]
+ let back = [ 0, 0, 0, 0, 0 ]
for (let i = 0; i < 5; ++i)
ui.turns[i].classList.toggle("hide", (typeof view.fate === "object") || (i + 1 < view.fate))