1
0

Changed desert village roads to gravel.

This commit is contained in:
madmaxoft 2014-05-21 23:17:09 +02:00
parent efcae77828
commit 85fc0dbd97

View File

@ -268,7 +268,7 @@ cGridStructGen::cStructurePtr cVillageGen::CreateStructure(int a_OriginX, int a_
{
// These biomes allow sand villages
VillagePrefabs = (rnd % 2 == 0) ? &g_SandVillage : &g_SandFlatRoofVillage;
RoadBlock = E_BLOCK_SANDSTONE;
// RoadBlock = E_BLOCK_SANDSTONE;
break;
}
case biPlains: