]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/mapnode.h
Use system sqlite3/jthread libs if available
[dragonfireclient.git] / src / mapnode.h
index 8bbd4eb7980aa92a1d29abae0df591634918b2e7..33128049a2599692bf35212d671991e7b6401e2d 100644 (file)
@@ -404,10 +404,17 @@ enum LightBank
        LIGHTBANK_NIGHT
 };
 
+/*
+       Masks for MapNode.param2 of flowing liquids
+ */
+#define LIQUID_LEVEL_MASK 0x07
+#define LIQUID_FLOW_DOWN_MASK 0x08
+
 /*
        This is the stuff what the whole world consists of.
 */
 
+
 struct MapNode
 {
        /*