summaryrefslogtreecommitdiffstats
path: root/source/Chunk.h
diff options
context:
space:
mode:
authormgueydan <gueydan.mathieuÃ@gmail.com>2013-09-08 11:48:48 +0200
committermgueydan <gueydan.mathieuÃ@gmail.com>2013-09-08 11:49:33 +0200
commit668b6edaa7390f87b0b7e7e28ddb49c9d3f66d2a (patch)
tree5c2250ad2e3a349afcad16272be6f6f75ee4cb05 /source/Chunk.h
parentincrementing .gitignore : adding emacs stuff and world (diff)
downloadcuberite-668b6edaa7390f87b0b7e7e28ddb49c9d3f66d2a.tar
cuberite-668b6edaa7390f87b0b7e7e28ddb49c9d3f66d2a.tar.gz
cuberite-668b6edaa7390f87b0b7e7e28ddb49c9d3f66d2a.tar.bz2
cuberite-668b6edaa7390f87b0b7e7e28ddb49c9d3f66d2a.tar.lz
cuberite-668b6edaa7390f87b0b7e7e28ddb49c9d3f66d2a.tar.xz
cuberite-668b6edaa7390f87b0b7e7e28ddb49c9d3f66d2a.tar.zst
cuberite-668b6edaa7390f87b0b7e7e28ddb49c9d3f66d2a.zip
Diffstat (limited to '')
-rw-r--r--source/Chunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Chunk.h b/source/Chunk.h
index 69ecbfec4..aca180d16 100644
--- a/source/Chunk.h
+++ b/source/Chunk.h
@@ -394,7 +394,7 @@ private:
// pick up a random block of this chunk
- void getRandomBlock(int& a_X, int& a_Y, int& a_Z);
+ void getRandomBlockCoords(int& a_X, int& a_Y, int& a_Z);
void getThreeRandomNumber(int& a_X, int& a_Y, int& a_Z,int a_MaxX, int a_MaxY, int a_MaxZ);
void RemoveBlockEntity(cBlockEntity * a_BlockEntity);