summaryrefslogtreecommitdiff
path: root/src/content_inventory.cpp
diff options
context:
space:
mode:
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-07-14 22:43:22 +0200
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-07-14 22:43:28 +0200
commit3560f0de082a8950a84e2e866981f8bdfd05428a (patch)
treedfb765f7e590189f05e7807c80be72e6ecf8cc4d /src/content_inventory.cpp
parent5146c826be9386cc2adeb8f678063a2f9cfc1dee (diff)
parent81535f6277b66c869cda7125b2aeaf99e8078b92 (diff)
downloadminetest-3560f0de082a8950a84e2e866981f8bdfd05428a.tar.gz
minetest-3560f0de082a8950a84e2e866981f8bdfd05428a.tar.bz2
minetest-3560f0de082a8950a84e2e866981f8bdfd05428a.zip
Merge branch 'upstream/master'
Conflicts: data/oerkki1.png src/client.cpp
Diffstat (limited to 'src/content_inventory.cpp')
-rw-r--r--src/content_inventory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/content_inventory.cpp b/src/content_inventory.cpp
index 357c8ef26..7d995cb5f 100644
--- a/src/content_inventory.cpp
+++ b/src/content_inventory.cpp
@@ -19,8 +19,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "content_inventory.h"
#include "inventory.h"
-#include "serverobject.h"
#include "content_mapnode.h"
+//#include "serverobject.h"
+#include "content_sao.h"
bool item_material_is_cookable(u8 content)
{