summaryrefslogtreecommitdiffstats
path: root/src/Chunk.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-07-10 23:04:33 +0200
committermadmaxoft <github@xoft.cz>2014-07-10 23:04:33 +0200
commit729cc7f6ffd34724e6c9d5e3a4367ba6b2c48241 (patch)
tree7041a37f8a1ce40906a556fe3627a41e868443f8 /src/Chunk.h
parentAPIDump: Documented cWorld:SetChunkAlwaysTicked. (diff)
downloadcuberite-729cc7f6ffd34724e6c9d5e3a4367ba6b2c48241.tar
cuberite-729cc7f6ffd34724e6c9d5e3a4367ba6b2c48241.tar.gz
cuberite-729cc7f6ffd34724e6c9d5e3a4367ba6b2c48241.tar.bz2
cuberite-729cc7f6ffd34724e6c9d5e3a4367ba6b2c48241.tar.lz
cuberite-729cc7f6ffd34724e6c9d5e3a4367ba6b2c48241.tar.xz
cuberite-729cc7f6ffd34724e6c9d5e3a4367ba6b2c48241.tar.zst
cuberite-729cc7f6ffd34724e6c9d5e3a4367ba6b2c48241.zip
Diffstat (limited to 'src/Chunk.h')
-rw-r--r--src/Chunk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Chunk.h b/src/Chunk.h
index ededf62cd..90664b513 100644
--- a/src/Chunk.h
+++ b/src/Chunk.h
@@ -486,8 +486,8 @@ private:
// Pick up a random block of this chunk
- 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 GetRandomBlockCoords(int & a_X, int & a_Y, int & a_Z);
+ void GetThreeRandomNumbers(int & a_X, int & a_Y, int & a_Z, int a_MaxX, int a_MaxY, int a_MaxZ);
void RemoveBlockEntity(cBlockEntity * a_BlockEntity);
void AddBlockEntity (cBlockEntity * a_BlockEntity);