diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-17 13:11:01 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-17 13:11:01 +0200 |
commit | 3cfa4152e66f98aac8a5d5d3d42953f4d0b29c5b (patch) | |
tree | 70b990703d1627ac1eb3a14a032c2a4b0631d451 /source/StructGen.h | |
parent | Some code improvements (diff) | |
download | cuberite-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 '')
-rw-r--r-- | source/StructGen.h | 3 |
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: + |