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

Refactoring, clearing logs.

This commit is contained in:
DjWarmonger
2014-06-15 08:48:46 +02:00
parent 79da7b92ce
commit aa54803c50
3 changed files with 30 additions and 15 deletions

View File

@ -219,7 +219,6 @@ void CMapGenerator::fillZones()
{
//make sure all connections are passable before creating borders
it.second->createBorder(this);
it.second->fractalize(this);
it.second->fill(this);
}
logGlobal->infoStream() << "Zones filled successfully";