summaryrefslogtreecommitdiff
path: root/src/content_object.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-29 16:10:11 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-03-29 16:10:11 +0300
commit443f45eca17ad809ccdc42aaf8a82e0b84e11da0 (patch)
tree52be8eba92a74adb8d2cb60e59bd9c335eafd617 /src/content_object.h
parenta9ddbb4bebd05f8fd9e2ee6876a34e8cbb0d8c2f (diff)
downloadminetest-443f45eca17ad809ccdc42aaf8a82e0b84e11da0.tar.gz
minetest-443f45eca17ad809ccdc42aaf8a82e0b84e11da0.tar.bz2
minetest-443f45eca17ad809ccdc42aaf8a82e0b84e11da0.zip
Add GenericCAO and player armor groups, but don't use them yet
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