mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Fix typo
This commit is contained in:
parent
455c13164e
commit
5f2023c8d5
@ -393,7 +393,7 @@ void ArmyManager::update()
|
||||
}
|
||||
}
|
||||
|
||||
for(auto army : totalArmy)
|
||||
for(auto & army : totalArmy)
|
||||
{
|
||||
army.second.creature = army.first.toCreature();
|
||||
army.second.power = evaluateStackPower(army.second.creature, army.second.count);
|
||||
|
Loading…
Reference in New Issue
Block a user