Skip to content

Commit

Permalink
Treegen: Rename pine tree mapgen alias
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Aug 10, 2015
1 parent 6c0c27f commit f0b3252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/treegen.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit f0b3252

Please sign in to comment.