aboutsummaryrefslogtreecommitdiff
path: root/src/content_mapnode.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-18 00:46:50 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-18 00:46:50 +0300
commitda692355e84f8d1e5210c3c89daf775cf23ec38b (patch)
tree9298dad19f545fd5496a994e186027de589cb934 /src/content_mapnode.cpp
parente7580d2804d29afb486f4eb2bd4dfb94f7181824 (diff)
downloadhax-minetest-server-da692355e84f8d1e5210c3c89daf775cf23ec38b.tar.gz
hax-minetest-server-da692355e84f8d1e5210c3c89daf775cf23ec38b.zip
Created and moved stuff to content_nodemeta.{h,cpp}
Diffstat (limited to 'src/content_mapnode.cpp')
-rw-r--r--src/content_mapnode.cpp2
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