summaryrefslogtreecommitdiff
path: root/src/content_object.h
diff options
context:
space:
mode:
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 0b85e3cf1..aa73d107c 100644
--- a/src/content_object.h
+++ b/src/content_object.h
@@ -32,5 +32,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
// Special type, not stored as a static object
#define ACTIVEOBJECT_TYPE_PLAYER 100
+// Special type, only exists as CAO
+#define ACTIVEOBJECT_TYPE_GENERIC 101
+
#endif