summaryrefslogtreecommitdiff
path: root/src/content_object.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-11-12 15:41:29 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-29 19:13:40 +0200
commit0b97ad838466ed44296a2c663b2dc034feb51f67 (patch)
tree85244222b72015bf9e68dd8f58f6e00a744d3e0b /src/content_object.h
parentddaff2d653efb1bebe04b9d316fe1bde26671b82 (diff)
downloadminetest-0b97ad838466ed44296a2c663b2dc034feb51f67.tar.gz
minetest-0b97ad838466ed44296a2c663b2dc034feb51f67.tar.bz2
minetest-0b97ad838466ed44296a2c663b2dc034feb51f67.zip
ServerRemotePlayer implements ServerActiveObject
Diffstat (limited to 'src/content_object.h')
-rw-r--r--src/content_object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content_object.h b/src/content_object.h
index f092b2789..af8636148 100644
--- a/src/content_object.h
+++ b/src/content_object.h
@@ -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