diff options
Diffstat (limited to 'src/mapgen_v6.h')
-rw-r--r-- | src/mapgen_v6.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mapgen_v6.h b/src/mapgen_v6.h index 1fac37fb6..eecfb1fe6 100644 --- a/src/mapgen_v6.h +++ b/src/mapgen_v6.h @@ -34,7 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc., extern FlagDesc flagdesc_mapgen_v6[]; -enum BiomeType +enum BiomeV6Type { BT_NORMAL, BT_DESERT @@ -132,8 +132,8 @@ public: virtual float getMudAmount(int index); bool getHaveBeach(v2s16 p); bool getHaveBeach(int index); - BiomeType getBiome(v2s16 p); - BiomeType getBiome(int index, v2s16 p); + BiomeV6Type getBiome(v2s16 p); + BiomeV6Type getBiome(int index, v2s16 p); u32 get_blockseed(u64 seed, v3s16 p); |