Fix alpha for liquid nodes (#5494)
[oweals/minetest.git] / src / mg_decoration.h
index be0ba44d779646a5abf2450475f38a818f9c7b29..986328ec3bc86be4a4ba741823d96bca45920057 100644 (file)
@@ -100,6 +100,7 @@ public:
        std::vector<content_t> c_decos;
        s16 deco_height;
        s16 deco_height_max;
+       u8 deco_param2;
 };
 
 class DecoSchematic : public Decoration {