1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 02:15:22 +02:00

Mapgen: Remove unused mgv7 code and some unused biometypes

This commit is contained in:
Paramat
2018-03-26 04:59:49 +01:00
committed by GitHub
parent 43f98eb47c
commit 2f280cc672
3 changed files with 0 additions and 178 deletions

View File

@@ -36,13 +36,8 @@ typedef u8 biome_t;
#define BIOME_NONE ((biome_t)0)
// TODO(hmmmm): Decide whether this is obsolete or will be used in the future
enum BiomeType {
BIOMETYPE_NORMAL,
BIOMETYPE_LIQUID,
BIOMETYPE_NETHER,
BIOMETYPE_AETHER,
BIOMETYPE_FLAT,
};
class Biome : public ObjDef, public NodeResolver {