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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Generating/BioGen.h b/src/Generating/BioGen.h
index feb449c06..bf79d242d 100644
--- a/src/Generating/BioGen.h
+++ b/src/Generating/BioGen.h
@@ -91,8 +91,8 @@ public:
~cBioGenMulticache();
protected:
- int m_CachesLength;
- int m_InternalCacheLength;
+ size_t m_CachesLength;
+ size_t m_InternalCacheLength;
std::vector<cBiomeGen*> m_Caches;
virtual void GenBiomes(int a_ChunkX, int a_ChunkZ, cChunkDef::BiomeMap & a_BiomeMap) override;