summaryrefslogtreecommitdiffstats
path: root/src/Generating/Ravines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Generating/Ravines.h')
-rw-r--r--src/Generating/Ravines.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Generating/Ravines.h b/src/Generating/Ravines.h
index bcfdcc0d2..d1d0e0076 100644
--- a/src/Generating/Ravines.h
+++ b/src/Generating/Ravines.h
@@ -15,18 +15,19 @@
-class cStructGenRavines :
+class cStructGenRavines:
public cGridStructGen
{
- typedef cGridStructGen super;
+ using Super = cGridStructGen;
public:
+
cStructGenRavines(int a_Seed, int a_Size);
protected:
class cRavine; // fwd: Ravines.cpp
- int m_Size; // Max size, in blocks, of the ravines generated
+ int m_Size; // Max size, in blocks, of the ravines generated
// cGridStructGen overrides: