1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Mapgen: Deduplicate common constructor code

This commit is contained in:
kwolekr 2016-05-22 02:17:19 -04:00
parent 0df5c01a8c
commit 0810901766
12 changed files with 128 additions and 221 deletions

View file

@ -99,9 +99,6 @@ public:
private:
BiomeGenOriginal *m_bgen;
int zstride;
int zstride_1d;
float map_gen_limit;
bool humid_rivers;
@ -110,7 +107,6 @@ private:
s16 cave_water_max_height;
s16 lava_max_height;
u32 spflags;
float altitude_chill;
s16 lava_features_lim;
s16 massive_cave_depth;
@ -129,7 +125,6 @@ private:
Noise *noise_valley_profile;
content_t c_cobble;
content_t c_dirt;
content_t c_lava_source;
content_t c_mossycobble;
content_t c_sand;