diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-04-10 12:34:12 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-10 12:34:12 +0300 |
commit | 08bbf9687742c0b159cc1d963ab470796f74c6c8 (patch) | |
tree | 2e49b47fd1572b36e78016f47b7df01a7926e029 /src/activeobject.h | |
parent | fd7a0735c9aeaa7978190049319e3cdfe48920a4 (diff) | |
download | minetest-08bbf9687742c0b159cc1d963ab470796f74c6c8.tar.gz minetest-08bbf9687742c0b159cc1d963ab470796f74c6c8.tar.bz2 minetest-08bbf9687742c0b159cc1d963ab470796f74c6c8.zip |
items now fall by gravity... also some other random updating
Diffstat (limited to 'src/activeobject.h')
-rw-r--r-- | src/activeobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/activeobject.h b/src/activeobject.h index 041be0778..e1fc6beaf 100644 --- a/src/activeobject.h +++ b/src/activeobject.h @@ -39,6 +39,7 @@ 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 |