mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Mapgen: Remove unused mgv7 code and some unused biometypes
This commit is contained in:
parent
43f98eb47c
commit
2f280cc672
3 changed files with 0 additions and 178 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue