summaryrefslogtreecommitdiffstats
path: root/src/Generating/BioGen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Generating/BioGen.h')
-rw-r--r--src/Generating/BioGen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Generating/BioGen.h b/src/Generating/BioGen.h
index 47383633f..a4cf95a72 100644
--- a/src/Generating/BioGen.h
+++ b/src/Generating/BioGen.h
@@ -95,8 +95,7 @@ public:
~cBioGenMulticache();
protected:
- size_t m_CachesLength;
- size_t m_InternalCacheLength; // used internally only
+ size_t m_CachesLength;
std::vector<cBiomeGen*> m_Caches;
virtual void GenBiomes(int a_ChunkX, int a_ChunkZ, cChunkDef::BiomeMap & a_BiomeMap) override;