summaryrefslogtreecommitdiffstats
path: root/src/Generating/EnderDragonFightStructuresGen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Generating/EnderDragonFightStructuresGen.h')
-rw-r--r--src/Generating/EnderDragonFightStructuresGen.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/Generating/EnderDragonFightStructuresGen.h b/src/Generating/EnderDragonFightStructuresGen.h
index 7d415e80b..3108d6051 100644
--- a/src/Generating/EnderDragonFightStructuresGen.h
+++ b/src/Generating/EnderDragonFightStructuresGen.h
@@ -9,14 +9,13 @@ https://minecraft.wiki/w/Ender_Dragon
#include "FinishGen.h"
-class cEnderDragonFightStructuresGen :
- public cFinishGen
+class cEnderDragonFightStructuresGen : public cFinishGen
{
-public:
+ public:
cEnderDragonFightStructuresGen(int a_Seed);
void Init(const AString & a_TowerProperties, int a_Radius);
-protected:
+ protected:
struct sTowerProperties
{
Vector3i m_Pos;
@@ -33,6 +32,6 @@ protected:
int m_MinX = -1, m_MaxX = 1, m_MinZ = -1, m_MaxZ = 1;
- void GenFinish(cChunkDesc &a_ChunkDesc) override;
+ void GenFinish(cChunkDesc & a_ChunkDesc) override;
void PlaceTower(cChunkDesc & a_ChunkDesc, const sTowerProperties & a_TowerProperties);
};