diff options
Diffstat (limited to 'src/activeobject.h')
-rw-r--r-- | src/activeobject.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/activeobject.h b/src/activeobject.h index 103d90d12..382f7f798 100644 --- a/src/activeobject.h +++ b/src/activeobject.h @@ -38,7 +38,9 @@ struct ActiveObjectMessage #define ACTIVEOBJECT_TYPE_INVALID 0 #define ACTIVEOBJECT_TYPE_TEST 1 -#define ACTIVEOBJECT_TYPE_LUA 2 +#define ACTIVEOBJECT_TYPE_ITEM 2 +#define ACTIVEOBJECT_TYPE_RAT 3 +#define ACTIVEOBJECT_TYPE_OERKKI1 4 /* Parent class for ServerActiveObject and ClientActiveObject |