Skip to content

Commit

Permalink
Fixed eMonsterType lua bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Howaner committed Dec 17, 2014
1 parent a7e115e commit 5c99f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mobs/MonsterTypes.h
Expand Up @@ -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
Expand Down

0 comments on commit 5c99f3f

Please sign in to comment.