summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index a200363..a87abbb 100644
--- a/play.js
+++ b/play.js
@@ -240,7 +240,7 @@ function is_side_allied_supply_line(side) {
function is_hex_selected(hex) {
if (hex === view.pursuit || hex === view.battle)
return true
- return set_has(view.selected_hexes, hex)
+ return hex === view.selected_hexes || set_has(view.selected_hexes, hex)
}
function is_setup_hex(hex) {