Update inventory texture too
[oweals/minetest.git] / src / content_object.h
index f092b2789139f043c957860c31af13d640d3c453..af863614893052753aa8bf072912c288d9ad4721 100644 (file)
@@ -29,5 +29,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #define ACTIVEOBJECT_TYPE_LUAENTITY 7
 
+// Special type, not stored in active object lists
+#define ACTIVEOBJECT_TYPE_PLAYER 100
+
 #endif