Fix water-glass and water-lava surfaces
[oweals/minetest.git] / src / content_object.h
index ecabd8a3877ab5eaf850857564df86a5b06a3ee0..a5fea716351de6b7667d7a6dc76f26273e1be485 100644 (file)
@@ -24,6 +24,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define ACTIVEOBJECT_TYPE_ITEM 2
 #define ACTIVEOBJECT_TYPE_RAT 3
 #define ACTIVEOBJECT_TYPE_OERKKI1 4
+#define ACTIVEOBJECT_TYPE_FIREFLY 5
+#define ACTIVEOBJECT_TYPE_MOBV2 6
 
 #endif