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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user