summaryrefslogtreecommitdiffstats
path: root/src/Mobs
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-09-25 16:45:39 +0200
committerTycho <work.tycho+git@gmail.com>2014-09-25 16:45:39 +0200
commit799c96661d7dc8ea89517fa0be205e72ea2f717e (patch)
treee6e75c09344a739d5f9d9de2fb11ee2f7cbfb9ba /src/Mobs
parentMerge branch 'master' into redstoneTests (diff)
downloadcuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.tar
cuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.tar.gz
cuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.tar.bz2
cuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.tar.lz
cuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.tar.xz
cuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.tar.zst
cuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.zip
Diffstat (limited to 'src/Mobs')
-rw-r--r--src/Mobs/Monster.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h
index 9fd67d67c..ba746ebc8 100644
--- a/src/Mobs/Monster.h
+++ b/src/Mobs/Monster.h
@@ -25,6 +25,9 @@ class cMonster :
typedef cPawn super;
public:
+ //Depreciated
+ typedef eMonsterType eType;
+
enum eFamily
{
mfHostile = 0, // Spider, Zombies ...