summaryrefslogtreecommitdiff
path: root/src/mg_biome.h
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-02-24 04:06:05 +0000
committerparamat <mat.gregory@virginmedia.com>2015-02-26 03:35:25 +0000
commit14f7df980b5be20339ab637a96bdc08ac907abf2 (patch)
tree1b6ceec8154071c8eff4dc115eb778e2dbbe6146 /src/mg_biome.h
parentd65a90a86bf5f1422a64ff190abefb8f7f199460 (diff)
downloadminetest-14f7df980b5be20339ab637a96bdc08ac907abf2.tar.gz
minetest-14f7df980b5be20339ab637a96bdc08ac907abf2.tar.bz2
minetest-14f7df980b5be20339ab637a96bdc08ac907abf2.zip
Biome API: Re-calculate biome at every surface in a mapchunk column
Diffstat (limited to 'src/mg_biome.h')
-rw-r--r--src/mg_biome.h4
1 files changed, 0 insertions, 4 deletions
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;