diff options
Diffstat (limited to 'src/content_object.h')
-rw-r--r-- | src/content_object.h | 3 |
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 |