summaryrefslogtreecommitdiff
path: root/src/mg_biome.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mg_biome.h')
-rw-r--r--src/mg_biome.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mg_biome.h b/src/mg_biome.h
index 870c11961..f5a5deae3 100644
--- a/src/mg_biome.h
+++ b/src/mg_biome.h
@@ -39,13 +39,18 @@ 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;
content_t c_dust;
- content_t c_dust_water;
s16 depth_top;
s16 depth_filler;
+ s16 height_shore;
+ s16 depth_water_top;
s16 height_min;
s16 height_max;