1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Mapgen objects: Enable heatmap and humidmap for all biome api mapgens

This commit is contained in:
paramat 2015-06-19 00:17:03 +01:00
parent d7190df07e
commit 70da8a940b
6 changed files with 49 additions and 31 deletions

View file

@ -24,9 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define LARGE_CAVE_DEPTH -256
/////////////////// Mapgen V5 flags
//#define MGV5_ 0x01
class BiomeManager;
extern FlagDesc flagdesc_mapgen_v5[];