From dbc008ad4d16072d181e0ac6949fab09a9c05801 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Mon, 27 Aug 2018 21:48:26 +0200 Subject: Removed branching around energy limiting heuristics --- src/input/json.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/input') diff --git a/src/input/json.rs b/src/input/json.rs index 6c83563..843f228 100644 --- a/src/input/json.rs +++ b/src/input/json.rs @@ -137,8 +137,6 @@ impl State { } } } - player.update_energy_towers_with_heuristics(); - opponent.update_energy_towers_with_heuristics(); bitwise_engine::BitwiseGameState::new( player, opponent, -- cgit v1.2.3