diff options
author | Mark Holmquist <marktraceur@gmail.com> | 2011-08-16 02:14:49 -0700 |
---|---|---|
committer | Mark Holmquist <marktraceur@gmail.com> | 2011-09-23 18:13:53 -0700 |
commit | 85f119e1e6cc958a54eaf8468f2a302aa8c60dbe (patch) | |
tree | 289ee051ee5eeba1174147229f111ce109ac9e68 /src/map.cpp | |
parent | 789c88509c1eab8407d3451d55eb31f65150e54a (diff) | |
download | minetest-85f119e1e6cc958a54eaf8468f2a302aa8c60dbe.tar.gz minetest-85f119e1e6cc958a54eaf8468f2a302aa8c60dbe.tar.bz2 minetest-85f119e1e6cc958a54eaf8468f2a302aa8c60dbe.zip |
Adding (most) of the sapling functionality. It has yet to work, since MEET_OTHER was not implemented at the time of this commit. Hopefully it will work when merged with celeron's latest.
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.cpp b/src/map.cpp index 7de79c75d..d870b5e71 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "porting.h" #include "mapgen.h" #include "nodemetadata.h" +#include "content_mapnode.h" /* SQLite format specification: |