summaryrefslogtreecommitdiff
path: root/src/input/json.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/json.rs')
-rw-r--r--src/input/json.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/json.rs b/src/input/json.rs
index 4e10f9a..a71d49e 100644
--- a/src/input/json.rs
+++ b/src/input/json.rs
@@ -89,7 +89,7 @@ impl State {
} else {
&mut opponent
};
- let bitfield = point.to_either_bitfield();
+ let bitfield = point.to_bitfield();
bitwise_buildings.occupied |= bitfield;
if building.construction_time_left >= 0 {