summaryrefslogtreecommitdiff
path: root/src/content_mapblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_mapblock.h')
-rw-r--r--src/content_mapblock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_mapblock.h b/src/content_mapblock.h
index 3d196aa99..ac3bda799 100644
--- a/src/content_mapblock.h
+++ b/src/content_mapblock.h
@@ -92,6 +92,7 @@ public:
// liquid-specific
bool top_is_same_liquid;
+ bool draw_liquid_bottom;
TileSpec tile_liquid;
TileSpec tile_liquid_top;
content_t c_flowing;
@@ -112,6 +113,7 @@ public:
f32 getCornerLevel(int i, int k);
void drawLiquidSides();
void drawLiquidTop();
+ void drawLiquidBottom();
// raillike-specific
// name of the group that enables connecting to raillike nodes of different kind