1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Implemented tracking of objects destroyed by players

This commit is contained in:
Ivan Savenko
2024-01-31 01:37:33 +02:00
parent ccea7fc1fb
commit 2e4895766a
13 changed files with 44 additions and 53 deletions

View File

@ -2392,6 +2392,8 @@ void CMapLoaderH3M::afterRead()
p.posOfMainTown = posOfMainTown + mainTown->getVisitableOffset();
}
}
map->resolveQuestIdentifiers();
}
VCMI_LIB_NAMESPACE_END