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 | 8129d16dd3f7e5575c444b4792e667a1e3df98e2 (patch) | |
tree | 1c3e56bba8c197275bc63b97d8a18620a3523560 /src/content_object.h | |
parent | 4cbdf136fc70016f2721db311bda5ade7a3cdab8 (diff) | |
download | minetest-8129d16dd3f7e5575c444b4792e667a1e3df98e2.tar.gz minetest-8129d16dd3f7e5575c444b4792e667a1e3df98e2.tar.bz2 minetest-8129d16dd3f7e5575c444b4792e667a1e3df98e2.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 |