mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Mapgen: Make mgv7 the default mapgen
This commit is contained in:
parent
60772071e9
commit
38abc91802
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue