1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Place quest artifacts after all the treasures are already created.

This commit is contained in:
Tomasz Zieliński
2023-04-23 10:08:16 +02:00
parent 1fde8b588b
commit 80b5c53815
11 changed files with 64 additions and 54 deletions

View File

@@ -869,4 +869,9 @@ void CZonePlacer::assignZones(CRandomGenerator * rand)
logGlobal->info("Finished zone colouring");
}
const TDistanceMap& CZonePlacer::getDistanceMap()
{
return distancesBetweenZones;
}
VCMI_LIB_NAMESPACE_END