summaryrefslogtreecommitdiff
path: root/src/content_mapnode.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-02 01:07:54 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-02 01:07:54 +0300
commit8f742855a1f7b7679be1987c1b0c469e822c73f1 (patch)
tree8f31d3cdc91241a18636bd3b892e51f7ea94fbd7 /src/content_mapnode.cpp
parent7b290660ead5e9cfc7ee2762217212ff995a6c85 (diff)
downloadminetest-8f742855a1f7b7679be1987c1b0c469e822c73f1.tar.gz
minetest-8f742855a1f7b7679be1987c1b0c469e822c73f1.tar.bz2
minetest-8f742855a1f7b7679be1987c1b0c469e822c73f1.zip
initial steps in doing content type extension
Diffstat (limited to 'src/content_mapnode.cpp')
-rw-r--r--src/content_mapnode.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content_mapnode.cpp b/src/content_mapnode.cpp
index 403fb66d3..d82ccc5c9 100644
--- a/src/content_mapnode.cpp
+++ b/src/content_mapnode.cpp
@@ -151,7 +151,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);