diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-06-18 00:46:50 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-18 00:46:50 +0300 |
commit | da692355e84f8d1e5210c3c89daf775cf23ec38b (patch) | |
tree | 9298dad19f545fd5496a994e186027de589cb934 /src/content_mapnode.cpp | |
parent | e7580d2804d29afb486f4eb2bd4dfb94f7181824 (diff) | |
download | minetest-da692355e84f8d1e5210c3c89daf775cf23ec38b.tar.gz minetest-da692355e84f8d1e5210c3c89daf775cf23ec38b.tar.bz2 minetest-da692355e84f8d1e5210c3c89daf775cf23ec38b.zip |
Created and moved stuff to content_nodemeta.{h,cpp}
Diffstat (limited to 'src/content_mapnode.cpp')
-rw-r--r-- | src/content_mapnode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_mapnode.cpp b/src/content_mapnode.cpp index 1f1c8e30a..ec236c63d 100644 --- a/src/content_mapnode.cpp +++ b/src/content_mapnode.cpp @@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "content_mapnode.h" #include "mapnode.h" -#include "nodemetadata.h" +#include "content_nodemeta.h" // TODO: Get rid of these and set up some attributes like toughness, // fluffyness, and a funciton to calculate time and durability loss |