]> git.lizzy.rs Git - minetest.git/blobdiff - src/mapnode.h
Cleanup (some stuff went wrong when reverting 4-byte mapnodes); fix legacy_wallmounted
[minetest.git] / src / mapnode.h
index 1c75f39c57e6361bfcd855e2f4f93907963ce6f9..5e066604bfc00ddc02bd23b7cd4b9739effb399d 100644 (file)
@@ -112,7 +112,7 @@ struct MapNode
        {
                param1 = a_param1;
                param2 = a_param2;
-               // Set content (param0 and param2&0xf0)) after other params
+               // Set content (param0 and (param2&0xf0)) after other params
                // because this needs to override part of param2
                setContent(content);
        }