summaryrefslogtreecommitdiffstats
path: root/source/cWorldGenerator.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-22 22:20:20 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-22 22:20:20 +0100
commit8cfcc2915c1e9cdea78b6003511e99a3511058d0 (patch)
tree7ff30290a38199f6aabbe5d0b15651764e27108a /source/cWorldGenerator.h
parentThat 2nd assert didn't make much sense... (diff)
downloadcuberite-8cfcc2915c1e9cdea78b6003511e99a3511058d0.tar
cuberite-8cfcc2915c1e9cdea78b6003511e99a3511058d0.tar.gz
cuberite-8cfcc2915c1e9cdea78b6003511e99a3511058d0.tar.bz2
cuberite-8cfcc2915c1e9cdea78b6003511e99a3511058d0.tar.lz
cuberite-8cfcc2915c1e9cdea78b6003511e99a3511058d0.tar.xz
cuberite-8cfcc2915c1e9cdea78b6003511e99a3511058d0.tar.zst
cuberite-8cfcc2915c1e9cdea78b6003511e99a3511058d0.zip
Diffstat (limited to '')
-rw-r--r--source/cWorldGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cWorldGenerator.h b/source/cWorldGenerator.h
index 1852e74d2..3083b37dd 100644
--- a/source/cWorldGenerator.h
+++ b/source/cWorldGenerator.h
@@ -28,6 +28,8 @@ protected:
// Thread-unsafe:
MTRand r1;
+
+ void GenerateOre(char a_OreType, int a_MaxHeight, int a_NumNests, int a_NestSize, char * a_BlockData);
static unsigned int MakeIndex(int x, int y, int z );