diff options
author | madmaxoft <github@xoft.cz> | 2014-05-07 22:34:06 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-05-07 22:34:06 +0200 |
commit | 564261cfd9e385dfe6331c0585cae3b46989dd17 (patch) | |
tree | 33562e8da096a6f7d8ed28911a9179181d1a738b /src/Generating/Caves.h | |
parent | Initial cPrefabPiecePool refactoring. (diff) | |
download | cuberite-564261cfd9e385dfe6331c0585cae3b46989dd17.tar cuberite-564261cfd9e385dfe6331c0585cae3b46989dd17.tar.gz cuberite-564261cfd9e385dfe6331c0585cae3b46989dd17.tar.bz2 cuberite-564261cfd9e385dfe6331c0585cae3b46989dd17.tar.lz cuberite-564261cfd9e385dfe6331c0585cae3b46989dd17.tar.xz cuberite-564261cfd9e385dfe6331c0585cae3b46989dd17.tar.zst cuberite-564261cfd9e385dfe6331c0585cae3b46989dd17.zip |
Diffstat (limited to 'src/Generating/Caves.h')
-rw-r--r-- | src/Generating/Caves.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/Caves.h b/src/Generating/Caves.h index 7c45c056b..2a9fa01b8 100644 --- a/src/Generating/Caves.h +++ b/src/Generating/Caves.h @@ -93,7 +93,7 @@ protected: /// Returns all caves that *may* intersect the given chunk. All the caves are valid until the next call to this function. void GetCavesForChunk(int a_ChunkX, int a_ChunkZ, cCaveSystems & a_Caves); - // cStructGen override: + // cFinishGen override: virtual void GenFinish(cChunkDesc & a_ChunkDesc) override; } ; |