mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 12:21:09 +00:00
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
@ -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…
x
Reference in New Issue
Block a user