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
master
madmaxoft@gmail.com 2012-06-02 20:53:19 +00:00
parent a7c87e92ce
commit 3e1303823e
1 changed files with 5 additions and 4 deletions

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
}