mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Removed some obsolete code (#10562)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
This commit is contained in:
parent
ea5d6312c1
commit
45ccfe26fb
9 changed files with 7 additions and 74 deletions
|
@ -30,10 +30,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#define MAPGEN_DEFAULT_NAME "v7"
|
||||
|
||||
/////////////////// Mapgen flags
|
||||
#define MG_TREES 0x01 // Obsolete. Moved into mgv6 flags
|
||||
#define MG_CAVES 0x02
|
||||
#define MG_DUNGEONS 0x04
|
||||
#define MG_FLAT 0x08 // Obsolete. Moved into mgv6 flags
|
||||
#define MG_LIGHT 0x10
|
||||
#define MG_DECORATIONS 0x20
|
||||
#define MG_BIOMES 0x40
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue