summaryrefslogtreecommitdiffstats
path: root/src/Mobs/MonsterTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/MonsterTypes.h')
-rw-r--r--src/Mobs/MonsterTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/MonsterTypes.h b/src/Mobs/MonsterTypes.h
index d48005d2e..96b4d0df0 100644
--- a/src/Mobs/MonsterTypes.h
+++ b/src/Mobs/MonsterTypes.h
@@ -10,7 +10,7 @@
enum eMonsterType
{
mtInvalidType = -1,
-
+
mtBat = E_META_SPAWN_EGG_BAT,
mtBlaze = E_META_SPAWN_EGG_BLAZE,
mtCaveSpider = E_META_SPAWN_EGG_CAVE_SPIDER,