From 443f45eca17ad809ccdc42aaf8a82e0b84e11da0 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 29 Mar 2012 16:10:11 +0300 Subject: Add GenericCAO and player armor groups, but don't use them yet --- 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 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 -- cgit v1.2.3