diff options
Diffstat (limited to 'src/content_object.h')
-rw-r--r-- | src/content_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_object.h b/src/content_object.h index af8636148..0b85e3cf1 100644 --- a/src/content_object.h +++ b/src/content_object.h @@ -29,7 +29,7 @@ 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 +// Special type, not stored as a static object #define ACTIVEOBJECT_TYPE_PLAYER 100 #endif |