From 14f7df980b5be20339ab637a96bdc08ac907abf2 Mon Sep 17 00:00:00 2001 From: paramat Date: Tue, 24 Feb 2015 04:06:05 +0000 Subject: Biome API: Re-calculate biome at every surface in a mapchunk column --- src/mg_biome.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mg_biome.h') diff --git a/src/mg_biome.h b/src/mg_biome.h index 3577960a9..3648c085d 100644 --- a/src/mg_biome.h +++ b/src/mg_biome.h @@ -39,9 +39,6 @@ public: content_t c_top; content_t c_filler; - content_t c_shore_top; - content_t c_shore_filler; - content_t c_underwater; content_t c_stone; content_t c_water_top; content_t c_water; @@ -49,7 +46,6 @@ public: s16 depth_top; s16 depth_filler; - s16 height_shore; s16 depth_water_top; s16 y_min; -- cgit v1.2.3