From b8a4c95971bff050f6fad8ce740c3be949a321a6 Mon Sep 17 00:00:00 2001 From: Paramat Date: Tue, 4 Apr 2017 06:51:58 +0100 Subject: MapgenBasic: Add lava source as commonly used content (#5512) Future mapgens are likely to use this for magma and volcanos. Remove the getting of lava source content id in mgvalleys. --- src/mapgen_valleys.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mapgen_valleys.h') diff --git a/src/mapgen_valleys.h b/src/mapgen_valleys.h index 4a7a11bcc..0c67c3232 100644 --- a/src/mapgen_valleys.h +++ b/src/mapgen_valleys.h @@ -124,8 +124,6 @@ private: Noise *noise_valley_depth; Noise *noise_valley_profile; - content_t c_lava_source; - float terrainLevelAtPoint(s16 x, s16 z); void calculateNoise(); -- cgit v1.2.3