1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

Move Modificator to separate file.

This commit is contained in:
Tomasz Zieliński
2023-05-06 10:49:18 +02:00
parent eb50ae3aa7
commit d22ec0ee0c
4 changed files with 4 additions and 154 deletions

View File

@ -403,7 +403,6 @@ void CMapGenerator::banHero(const HeroTypeID & id)
map->map().allowedHeroes[id] = false;
}
Zone * CMapGenerator::getZoneWater() const
{
for(auto & z : map->getZones())