summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Monster.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-12-01 14:58:13 +0100
committerHowaner <franzi.moos@googlemail.com>2014-12-01 14:58:13 +0100
commitbcbd73f7d80b0a64b87c30840048f99613308ce0 (patch)
tree5a2c61db0c715774fbc8a55918cdcd57c405c1aa /src/Mobs/Monster.cpp
parentMerge branch 'master' into MobSpawner (diff)
downloadcuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.tar
cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.tar.gz
cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.tar.bz2
cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.tar.lz
cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.tar.xz
cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.tar.zst
cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.zip
Diffstat (limited to 'src/Mobs/Monster.cpp')
-rw-r--r--src/Mobs/Monster.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Monster.cpp b/src/Mobs/Monster.cpp
index 3011acd85..b8926e31d 100644
--- a/src/Mobs/Monster.cpp
+++ b/src/Mobs/Monster.cpp
@@ -21,6 +21,7 @@
/** Map for eType <-> string
Needs to be alpha-sorted by the strings, because binary search is used in StringToMobType()
The strings need to be lowercase (for more efficient comparisons in StringToMobType())
+m_VanillaName is the name that vanilla use for this mob.
*/
static const struct
{