X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fmapnode.h;h=33128049a2599692bf35212d671991e7b6401e2d;hb=cd45ae3d0f8da00f0be69dee015e3298acce1367;hp=8bbd4eb7980aa92a1d29abae0df591634918b2e7;hpb=af05e4b2defde537f3b953a7dae0ef44fae225aa;p=dragonfireclient.git diff --git a/src/mapnode.h b/src/mapnode.h index 8bbd4eb79..33128049a 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -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 { /*