diff --git a/Minecraft.World/Biome.h b/Minecraft.World/Biome.h index 8f8f9771..67dfa175 100644 --- a/Minecraft.World/Biome.h +++ b/Minecraft.World/Biome.h @@ -66,7 +66,7 @@ public: static Biome *Biome::roofedForestM; static Biome *Biome::deepOcean; - static const int BIOME_COUNT = 32; + static const int BIOME_COUNT = 256 ; public: wstring m_name;