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:
parent
cb59653465
commit
0bb8f7e43b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue