1
0

Biomal composition gen: added the bedrock layer at the bottom

git-svn-id: http://mc-server.googlecode.com/svn/trunk@542 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-06-02 20:53:19 +00:00
parent a7c87e92ce
commit 3e1303823e

View File

@ -282,10 +282,11 @@ void cCompoGenBiomal::ComposeTerrain(
FillColumnWaterMix(a_ChunkX, a_ChunkZ, x, z, Height, a_BlockTypes);
break;
}
}
}
}
}
} // switch (biome)
} // else (under water)
cChunkDef::SetBlock(a_BlockTypes, x, 0, z, E_BLOCK_BEDROCK);
} // for x
} // for z
}