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

Mapgen V7: Remove now-unused ridge heightmap

This commit is contained in:
kwolekr 2016-05-19 14:05:51 -04:00
parent 548d99bb45
commit c5968049bb
2 changed files with 2 additions and 10 deletions

View file

@ -58,8 +58,6 @@ class MapgenV7 : public MapgenBasic {
public:
int zstride_1u1d;
s16 *ridge_heightmap;
u32 spflags;
Noise *noise_terrain_base;
Noise *noise_terrain_alt;