]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/content_mapnode.cpp
Check the data path before usage
[dragonfireclient.git] / src / content_mapnode.cpp
index 38356599f9cb7e88b56013a22190ca8a05a171e6..79e10fd617abfd4dbdbffb4b61f8ce866fdc0dfd 100644 (file)
@@ -224,7 +224,6 @@ void content_mapnode_init()
        // Deprecated
        i = CONTENT_COALSTONE;
        f = &content_features(i);
-       //f->translate_to = new MapNode(CONTENT_STONE, MINERAL_COAL);
        f->setAllTextures("stone.png^mineral_coal.png");
        f->is_ground_content = true;
        setStoneLikeDiggingProperties(f->digging_properties, 1.5);