mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
First implementation of random connections
This commit is contained in:
@@ -328,6 +328,7 @@ void CMapGenerator::genZones()
|
||||
{
|
||||
placer->placeZones(rand.get());
|
||||
placer->assignZones(rand.get());
|
||||
placer->dropRandomRoads(rand.get());
|
||||
|
||||
logGlobal->info("Zones generated successfully");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user