Silence a error flood "ANALYSIS 3 >= 3" (e.g. on HttT1 when fights start)

I assume it's just debug output since the message was added recently,
with no real code change in this file (in 2008-03-03T05:40:29Z!davewx7@gmail.com formula AI
merge).

Sirp: maybe confirm that this output was normal.
This commit is contained in:
Ali El Gariani 2008-04-22 18:56:23 +00:00
parent cb59653465
commit 0bb8f7e43b

View file

@ -46,7 +46,7 @@ void ai::do_attack_analysis(
raise_user_interact();
if(cur_analysis.movements.size() >= size_t(attack_depth())) {
std::cerr << "ANALYSIS " << cur_analysis.movements.size() << " >= " << attack_depth() << "\n";
//std::cerr << "ANALYSIS " << cur_analysis.movements.size() << " >= " << attack_depth() << "\n";
return;
}