summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-27 21:48:26 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-27 21:48:26 +0200
commitdbc008ad4d16072d181e0ac6949fab09a9c05801 (patch)
treea1e6cee3cfe705a7902b218ba48c6810bb20a53a /src/input
parentc90898da21e92da5f6c874eea9ed3aedf5330195 (diff)
Removed branching around energy limiting heuristics
Diffstat (limited to 'src/input')
-rw-r--r--src/input/json.rs2
1 files changed, 0 insertions, 2 deletions
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,