mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix issues reported by Sonar, review fixes
This commit is contained in:
@@ -1121,8 +1121,6 @@ void CMapLoaderJson::readObjects()
|
||||
for(auto & ptr : loaders)
|
||||
ptr->configure();
|
||||
|
||||
map->postInitialize();
|
||||
|
||||
std::set<HeroTypeID> debugHeroesOnMap;
|
||||
for (auto const & hero : map->getObjects<CGHeroInstance>())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user