From a5acc1ab2adab2446da2ccd4585d27b377d4bbfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se> Date: Fri, 29 Jun 2018 14:13:02 +0200 Subject: [PATCH] Comment out some unused code --- src/IDABot.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/IDABot.cpp b/src/IDABot.cpp index 4e6e8bc..edd114b 100644 --- a/src/IDABot.cpp +++ b/src/IDABot.cpp @@ -487,9 +487,9 @@ void IDABot::OnGameStart() m_map.onStart(); m_unitInfo.onStart(); m_bases.onStart(); - // TODO: Maybe not include this for the students to use?? m_buildingPlacer.onStart(); + /* UnitType target { sc2::UNIT_TYPEID::TERRAN_FUSIONCORE, *this }; std::vector<UnitType> needed = { target }; build_order.clear(); @@ -517,6 +517,7 @@ void IDABot::OnGameStart() std::cout << "." << std::endl; std::cout << "Created build plan of " << build_order.size() << " steps." << std::endl; + */ } void IDABot::OnStep() -- GitLab