]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/activeobject.h
fixed problem with vc++ build crashing at startup
[dragonfireclient.git] / src / activeobject.h
index 1a16aa0c43b5a890c7d2585e66d44c7804607b68..e1fc6beaf1ee3d71d8e76e6486b56f63d1f8b7a3 100644 (file)
@@ -38,6 +38,8 @@ struct ActiveObjectMessage
 
 #define ACTIVEOBJECT_TYPE_INVALID 0
 #define ACTIVEOBJECT_TYPE_TEST 1
+#define ACTIVEOBJECT_TYPE_ITEM 2
+#define ACTIVEOBJECT_TYPE_RAT 3
 
 /*
        Parent class for ServerActiveObject and ClientActiveObject