summaryrefslogtreecommitdiffstats
path: root/source/StructGen.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-17 13:11:01 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-17 13:11:01 +0200
commit3cfa4152e66f98aac8a5d5d3d42953f4d0b29c5b (patch)
tree70b990703d1627ac1eb3a14a032c2a4b0631d451 /source/StructGen.h
parentSome code improvements (diff)
downloadcuberite-3cfa4152e66f98aac8a5d5d3d42953f4d0b29c5b.tar
cuberite-3cfa4152e66f98aac8a5d5d3d42953f4d0b29c5b.tar.gz
cuberite-3cfa4152e66f98aac8a5d5d3d42953f4d0b29c5b.tar.bz2
cuberite-3cfa4152e66f98aac8a5d5d3d42953f4d0b29c5b.tar.lz
cuberite-3cfa4152e66f98aac8a5d5d3d42953f4d0b29c5b.tar.xz
cuberite-3cfa4152e66f98aac8a5d5d3d42953f4d0b29c5b.tar.zst
cuberite-3cfa4152e66f98aac8a5d5d3d42953f4d0b29c5b.zip
Diffstat (limited to 'source/StructGen.h')
-rw-r--r--source/StructGen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/StructGen.h b/source/StructGen.h
index c422069b1..e34724e20 100644
--- a/source/StructGen.h
+++ b/source/StructGen.h
@@ -55,7 +55,7 @@ protected:
) ;
/// Applies an image into chunk blockdata; all blocks outside the chunk will be appended to a_Overflow
- void cStructGenTrees::ApplyTreeImage(
+ void ApplyTreeImage(
int a_ChunkX, int a_ChunkZ,
cChunkDef::BlockTypes & a_BlockTypes,
cChunkDef::BlockNibbles & a_BlockMetas,
@@ -134,3 +134,4 @@ protected:
+