diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-07-20 22:04:24 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-07-20 22:05:57 +0200 |
commit | 84684e53edcf319f1aebd69b003ae016173dc485 (patch) | |
tree | 1752dfbd99cd724df9758aeaaa6c52ddb54dfbed /src/content_object.h | |
parent | 4c0e36a5e9c76af6e5db1d739275f41f079d19d4 (diff) | |
download | minetest-84684e53edcf319f1aebd69b003ae016173dc485.tar.gz minetest-84684e53edcf319f1aebd69b003ae016173dc485.tar.bz2 minetest-84684e53edcf319f1aebd69b003ae016173dc485.zip |
+ fireflies
Diffstat (limited to 'src/content_object.h')
-rw-r--r-- | src/content_object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_object.h b/src/content_object.h index ecabd8a38..47f93d7d4 100644 --- a/src/content_object.h +++ b/src/content_object.h @@ -24,6 +24,7 @@ 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 #endif |