]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/nodedef.h
Remove texture atlas / AtlasPointer, rename getTextureRaw to getTexture
[dragonfireclient.git] / src / nodedef.h
index 2691aca33eb59376bec13174eb465639310479b6..665a5ddc23d062205a911f99ce779a2e8e5f8cc5 100644 (file)
@@ -219,6 +219,7 @@ struct ContentFeatures
        u8 liquid_viscosity;
        // Is liquid renewable (new liquid source will be created between 2 existing)
        bool liquid_renewable;
+       bool drowning;
        // Amount of light the node emits
        u8 light_source;
        u32 damage_per_second;
@@ -311,7 +312,6 @@ class IWritableNodeDefManager : public INodeDefManager
 
        /*
                Update tile textures to latest return values of TextueSource.
-               Call after updating the texture atlas of a TextureSource.
        */
        virtual void updateTextures(ITextureSource *tsrc)=0;