1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

Remove excessive CMap.h includes

This commit is contained in:
Ivan Savenko
2023-05-24 02:05:59 +03:00
parent 62595cb039
commit acac42291e
114 changed files with 72 additions and 114 deletions

View File

@@ -45,7 +45,7 @@ void WaterProxy::process()
for([[maybe_unused]] const auto & t : zone.area().getTilesVector())
{
assert(map.isOnMap(t));
assert(map.map().getTile(t).terType->getId() == zone.getTerrainType());
assert(map.getTile(t).terType->getId() == zone.getTerrainType());
}
for(const auto & z : map.getZones())