diff options
author | paramat <mat.gregory@virginmedia.com> | 2015-08-09 09:17:11 +0100 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2015-08-10 09:50:58 +0100 |
commit | f0b325254fdf76f988f0d2ae83a8aa6825b6d60e (patch) | |
tree | c952ff5b4d0276613947ee909a282c202f6b53b7 | |
parent | 6c0c27f662dc1a41f3e9490eac32735b4e486a30 (diff) | |
download | minetest-f0b325254fdf76f988f0d2ae83a8aa6825b6d60e.tar.gz minetest-f0b325254fdf76f988f0d2ae83a8aa6825b6d60e.tar.bz2 minetest-f0b325254fdf76f988f0d2ae83a8aa6825b6d60e.zip |
Treegen: Rename pine tree mapgen alias
-rw-r--r-- | src/treegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treegen.cpp b/src/treegen.cpp index 39cb1ca06..208f34552 100644 --- a/src/treegen.cpp +++ b/src/treegen.cpp @@ -755,7 +755,7 @@ void make_pine_tree(MMVManip &vmanip, v3s16 p0, INodeDefManager *ndef, int seed) and in games that have saplings; both are deprecated but not replaced yet */ - content_t c_tree = ndef->getId("mapgen_pinetree"); + content_t c_tree = ndef->getId("mapgen_pine_tree"); content_t c_leaves = ndef->getId("mapgen_pine_needles"); content_t c_snow = ndef->getId("mapgen_snow"); if (c_tree == CONTENT_IGNORE) |