1
0

Fixed spaces before commas.

This commit is contained in:
madmaxoft
2014-07-18 09:57:34 +02:00
parent d52a51f7b6
commit 2df5e26d3b
7 changed files with 14 additions and 14 deletions

View File

@@ -283,7 +283,7 @@ void cHeiGenClassic::GenHeightMap(int a_ChunkX, int a_ChunkZ, cChunkDef::HeightM
{
hei = 250;
}
cChunkDef::SetHeight(a_HeightMap, x , z, hei);
cChunkDef::SetHeight(a_HeightMap, x, z, hei);
} // for x
} // for z
}
@@ -345,7 +345,7 @@ void cHeiGenMountains::GenHeightMap(int a_ChunkX, int a_ChunkZ, cChunkDef::Heigh
{
hei = 250;
}
cChunkDef::SetHeight(a_HeightMap, x , z, hei);
cChunkDef::SetHeight(a_HeightMap, x, z, hei);
} // for x
} // for z
}