From 1e21ebed15321aacbba53121cb40bbc60f4db1cc Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 8 Dec 2018 22:02:19 +0200 Subject: Renamed variable to be more concise --- src/input/json.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/json.rs') 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 { -- cgit v1.2.3