1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-18 02:45:21 +02:00

Add GenericCAO and player armor groups, but don't use them yet

This commit is contained in:
Perttu Ahola
2012-03-29 16:10:11 +03:00
parent a9ddbb4beb
commit 443f45eca1
7 changed files with 532 additions and 25 deletions

View File

@@ -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