summaryrefslogtreecommitdiffstats
path: root/src/Generating/FinishGen.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-07-30 13:41:02 +0200
committerMattes D <github@xoft.cz>2014-07-30 13:41:02 +0200
commita899dfc26e0990e01669d17beff9114e27cb1327 (patch)
treea95287760ecf9f14bea09fed86cbc024be0937b2 /src/Generating/FinishGen.h
parentMerged branch 'howaner/Options'. (diff)
parentPreSimulator: Added configurations. (diff)
downloadcuberite-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.h7
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