diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-27 10:53:00 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-27 10:53:00 +0000 |
commit | 6a60546955f4c9780b395edb0abc881106a40e86 (patch) | |
tree | 21c9012d42fee2762f94deb38f59b7148a2e4fae /rules.js | |
parent | 2beb5e506e370fcda8f885360c799f2c9fe3bff9 (diff) | |
download | 1989-dawn-of-freedom-6a60546955f4c9780b395edb0abc881106a40e86.tar.gz |
Fix typo
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2701,7 +2701,7 @@ function valid_spaces_setup() { game.valid_spaces = [] let valid_spaces_set = new Set(); for (let i =0 ; i <= 74 ; i++) { - space = spaces[i] + let space = spaces[i] if (game.state === 'com_init') { infl = game.demInfl[i] |