]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/content_mapnode.cpp
"or" -> "||" in content_mapblock.cpp
[dragonfireclient.git] / src / content_mapnode.cpp
index 4701736cfd79849f8ada6eca4b039547967241b8..ce7ee593f12cd1811f37fa4f1509a8678ab6ef73 100644 (file)
@@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
        Ranges:
        0x000...0x07f (0...127): param2 is fully usable
        126 and 127 are reserved (CONTENT_AIR and CONTENT_IGNORE).
-       0x800...0xfff (2048...4095): higher 4 bytes of param2 are not usable
+       0x800...0xfff (2048...4095): higher 4 bits of param2 are not usable
 */
 #define CONTENT_STONE 0
 #define CONTENT_WATER 2