mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
Mapgen: Make mgv7 the default mapgen
This commit is contained in:
parent
60772071e9
commit
38abc91802
@ -26,8 +26,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "util/string.h"
|
||||
#include "util/container.h"
|
||||
|
||||
#define MAPGEN_DEFAULT MAPGEN_V6
|
||||
#define MAPGEN_DEFAULT_NAME "v6"
|
||||
#define MAPGEN_DEFAULT MAPGEN_V7
|
||||
#define MAPGEN_DEFAULT_NAME "v7"
|
||||
|
||||
/////////////////// Mapgen flags
|
||||
#define MG_TREES 0x01 // Deprecated. Moved into mgv6 flags
|
||||
|
Loading…
Reference in New Issue
Block a user