From 0b97ad838466ed44296a2c663b2dc034feb51f67 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 12 Nov 2011 15:41:29 +0200 Subject: ServerRemotePlayer implements ServerActiveObject --- src/content_object.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/content_object.h') 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 -- cgit v1.2.3