]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/content_object.h
Tune "Connecting to server" and "Waiting content" screens
[dragonfireclient.git] / src / content_object.h
index 47f93d7d4ad492828609f671d139613d00f2aa02..0b85e3cf14361d78adbdc7d51cbda58876864677 100644 (file)
@@ -25,6 +25,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define ACTIVEOBJECT_TYPE_RAT 3
 #define ACTIVEOBJECT_TYPE_OERKKI1 4
 #define ACTIVEOBJECT_TYPE_FIREFLY 5
+#define ACTIVEOBJECT_TYPE_MOBV2 6
+
+#define ACTIVEOBJECT_TYPE_LUAENTITY 7
+
+// Special type, not stored as a static object
+#define ACTIVEOBJECT_TYPE_PLAYER 100
 
 #endif