forgotten ;

This commit is contained in:
Nils Kneuper 2008-10-23 20:28:36 +00:00
parent c9318bd11a
commit 8712f9c06e

View file

@ -186,7 +186,7 @@ void ai::do_attack_analysis(
int best_leadership_bonus = abil.highest("value").first;
double leadership_bonus = static_cast<double>(best_leadership_bonus+100)/100.0;
if (leadership_bonus > 1.1) {
ERR_AI << unit_itor->second.name() << " is getting leadership " << leadership_bonus << "\n"
ERR_AI << unit_itor->second.name() << " is getting leadership " << leadership_bonus << "\n";
}
// Check to see whether this move would be a backstab.