1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00

Recalculate tile owners on hitmap update

This commit is contained in:
Ivan Savenko 2024-12-01 21:30:44 +00:00
parent 22e820b599
commit d9f82c22f4

View File

@ -348,6 +348,7 @@ std::set<const CGObjectInstance *> DangerHitMapAnalyzer::getOneTurnAccessibleObj
void DangerHitMapAnalyzer::reset()
{
hitMapUpToDate = false;
tileOwnersUpToDate = false;
}
}