diff options
author | archshift <admin@archshift.com> | 2014-04-26 05:49:55 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-04-26 05:49:55 +0200 |
commit | 80b97fd9dd584c439ca25efaa7e5172da1509628 (patch) | |
tree | d3485e1309f225c35da7d78744cd42f2896c1216 /src/Mobs/Monster.h | |
parent | Moved switch{} out of GetArmorCoverAgainst(). (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Mobs/Monster.h | 1 |
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 } ; |