Преглед изворни кода

clarify ResourceTrader TODO comment

Mircea TheHonestCTO пре 4 месеци
родитељ
комит
2b751d9705
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      AI/Nullkiller2/Engine/ResourceTrader.cpp

+ 2 - 1
AI/Nullkiller2/Engine/ResourceTrader.cpp

@@ -53,7 +53,8 @@ bool ResourceTrader::trade(BuildAnalyzer & buildAnalyzer, CCallback & cc, const
 
 		TResources income = buildAnalyzer.getDailyIncome();
 		// We don't want to sell something that's necessary later on, though that could make short term a bit harder sometimes
-		// TODO: Mircea: Consider allowing the sale of just a few resources even if necessary long term but critical short term (o income for example)
+		// TODO: Mircea: Consider allowing the sale of just a few resources even if necessary long term if critical short term
+		// to buy a capitol for example
 		TResources freeAfterMissingTotal = buildAnalyzer.getFreeResourcesAfterMissingTotal(ARMY_GOLD_RATIO_PER_MAKE_TURN_PASS);
 
 		logAi->info(