1
0

Fixed eMonsterType lua bugs.

This commit is contained in:
Howaner 2014-12-17 17:28:24 +01:00
parent a7e115ee3e
commit 5c99f3fada

View File

@ -37,6 +37,7 @@ enum eMonsterType
mtWolf = E_META_SPAWN_EGG_WOLF,
mtZombie = E_META_SPAWN_EGG_ZOMBIE,
mtZombiePigman = E_META_SPAWN_EGG_ZOMBIE_PIGMAN,
mtMax = 120,
} ;
// tolua_end