Fixed another one.
This commit is contained in:
parent
0150de3688
commit
ef8ac545d8
@ -151,7 +151,7 @@ void cEndGen::GenHeightMap(int a_ChunkX, int a_ChunkZ, cChunkDef::HeightMap & a_
|
|||||||
{
|
{
|
||||||
if (IsChunkOutsideRange(a_ChunkX, a_ChunkZ))
|
if (IsChunkOutsideRange(a_ChunkX, a_ChunkZ))
|
||||||
{
|
{
|
||||||
for (int i = 0; i < ARRAYCOUNT(a_HeightMap); i++)
|
for (unsigned int i = 0; i < ARRAYCOUNT(a_HeightMap); i++)
|
||||||
{
|
{
|
||||||
a_HeightMap[i] = 0;
|
a_HeightMap[i] = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user