]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/nodedef.h
Add curl, freetype and luaJIT to CMAKE_BUILD_INFO
[dragonfireclient.git] / src / nodedef.h
index 714e1ba2c22f27c78dc8f6de0d58302852b0a4f2..c0322d9199d18d7048dde3ed993b97f023e8606b 100644 (file)
@@ -228,7 +228,7 @@ struct ContentFeatures
        std::string freezemelt;
        // Number of flowing liquids surrounding source
        u8 liquid_range;
-       bool drowning;
+       u8 drowning;
        // Amount of light the node emits
        u8 light_source;
        u32 damage_per_second;