Commented out debug statements again
[oweals/minetest.git] / src / mapnode.h
index 3ad67aaf6bebc152078d09a9959ef8bbe3ca7da3..19dfb28025c199d5e0cb23aa46fff5d6dcb6ce13 100644 (file)
@@ -160,6 +160,8 @@ struct ContentFeatures
        u8 liquid_viscosity;
        // Used currently for flowing liquids
        u8 vertex_alpha;
+       // Post effect color, drawn when the camera is inside the node.
+       video::SColor post_effect_color;
        // Special irrlicht material, used sometimes
        video::SMaterial *special_material;
        AtlasPointer *special_atlas;
@@ -197,6 +199,7 @@ struct ContentFeatures
                liquid_alternative_source = CONTENT_IGNORE;
                liquid_viscosity = 0;
                vertex_alpha = 255;
+               post_effect_color = video::SColor(0, 0, 0, 0);
                special_material = NULL;
                special_atlas = NULL;
                light_source = 0;