summaryrefslogtreecommitdiffstats
path: root/src/Generating/DistortedHeightmap.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Generating/DistortedHeightmap.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Generating/DistortedHeightmap.h b/src/Generating/DistortedHeightmap.h
index 8ae272012..e6b3c9d3f 100644
--- a/src/Generating/DistortedHeightmap.h
+++ b/src/Generating/DistortedHeightmap.h
@@ -126,11 +126,11 @@ protected:
const sBlockInfo * ChooseOceanFloorPattern(int a_RelX, int a_RelZ);
- // cTerrainHeightGen /*override*/s:
- virtual void GenHeightMap(int a_ChunkX, int a_ChunkZ, cChunkDef::HeightMap & a_HeightMap) /*override*/;
- virtual void InitializeHeightGen(cIniFile & a_IniFile) /*override*/;
+ // cTerrainHeightGen overrides:
+ virtual void GenHeightMap(int a_ChunkX, int a_ChunkZ, cChunkDef::HeightMap & a_HeightMap) override;
+ virtual void InitializeHeightGen(cIniFile & a_IniFile) override;
- // cTerrainCompositionGen /*override*/s:
- virtual void ComposeTerrain(cChunkDesc & a_ChunkDesc) /*override*/;
- virtual void InitializeCompoGen(cIniFile & a_IniFile) /*override*/;
+ // cTerrainCompositionGen overrides:
+ virtual void ComposeTerrain(cChunkDesc & a_ChunkDesc) override;
+ virtual void InitializeCompoGen(cIniFile & a_IniFile) override;
} ;