diff options
author | Mattes D <github@xoft.cz> | 2014-07-30 13:41:02 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-07-30 13:41:02 +0200 |
commit | a899dfc26e0990e01669d17beff9114e27cb1327 (patch) | |
tree | a95287760ecf9f14bea09fed86cbc024be0937b2 /src/Generating/FinishGen.h | |
parent | Merged branch 'howaner/Options'. (diff) | |
parent | PreSimulator: Added configurations. (diff) | |
download | cuberite-a899dfc26e0990e01669d17beff9114e27cb1327.tar cuberite-a899dfc26e0990e01669d17beff9114e27cb1327.tar.gz cuberite-a899dfc26e0990e01669d17beff9114e27cb1327.tar.bz2 cuberite-a899dfc26e0990e01669d17beff9114e27cb1327.tar.lz cuberite-a899dfc26e0990e01669d17beff9114e27cb1327.tar.xz cuberite-a899dfc26e0990e01669d17beff9114e27cb1327.tar.zst cuberite-a899dfc26e0990e01669d17beff9114e27cb1327.zip |
Diffstat (limited to 'src/Generating/FinishGen.h')
-rw-r--r-- | src/Generating/FinishGen.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Generating/FinishGen.h b/src/Generating/FinishGen.h index 50a0fd2e7..4a08d70c8 100644 --- a/src/Generating/FinishGen.h +++ b/src/Generating/FinishGen.h @@ -240,9 +240,14 @@ class cFinishGenPreSimulator : public cFinishGen { public: - cFinishGenPreSimulator(void); + cFinishGenPreSimulator(bool a_PreSimulateFallingBlocks, bool a_PreSimulateWater, bool a_PreSimulateLava); protected: + + bool m_PreSimulateFallingBlocks; + bool m_PreSimulateWater; + bool m_PreSimulateLava; + // Drops hanging sand and gravel down to the ground, recalculates heightmap void CollapseSandGravel( cChunkDef::BlockTypes & a_BlockTypes, // Block types to read and change |