mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Add GenericCAO and player armor groups, but don't use them yet
This commit is contained in:
parent
a9ddbb4beb
commit
443f45eca1
7 changed files with 532 additions and 25 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue