summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Monster.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-04-26 05:49:55 +0200
committerarchshift <admin@archshift.com>2014-04-26 05:49:55 +0200
commit80b97fd9dd584c439ca25efaa7e5172da1509628 (patch)
treed3485e1309f225c35da7d78744cd42f2896c1216 /src/Mobs/Monster.h
parentMoved switch{} out of GetArmorCoverAgainst(). (diff)
downloadcuberite-80b97fd9dd584c439ca25efaa7e5172da1509628.tar
cuberite-80b97fd9dd584c439ca25efaa7e5172da1509628.tar.gz
cuberite-80b97fd9dd584c439ca25efaa7e5172da1509628.tar.bz2
cuberite-80b97fd9dd584c439ca25efaa7e5172da1509628.tar.lz
cuberite-80b97fd9dd584c439ca25efaa7e5172da1509628.tar.xz
cuberite-80b97fd9dd584c439ca25efaa7e5172da1509628.tar.zst
cuberite-80b97fd9dd584c439ca25efaa7e5172da1509628.zip
Diffstat (limited to 'src/Mobs/Monster.h')
-rw-r--r--src/Mobs/Monster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h
index 0243f6637..6b9c4fab8 100644
--- a/src/Mobs/Monster.h
+++ b/src/Mobs/Monster.h
@@ -66,6 +66,7 @@ public:
mfAmbient = 2, // Bats
mfWater = 3, // Squid
+ mfNoSpawn,
mfUnhandled, // Nothing. Be sure this is the last and the others are in order
} ;