1
0

Fifth round of fixes

* Enumerated Villager spawning
This commit is contained in:
Tiger Wang
2013-10-11 20:57:22 +01:00
parent ee2df34d03
commit e2aaf202ab
3 changed files with 22 additions and 7 deletions

View File

@@ -8,9 +8,9 @@
cVillager::cVillager(int Type) :
cVillager::cVillager(eVillagerType VillagerType) :
super("Villager", 120, "", "", 0.6, 1.8),
m_Type(Type)
m_Type(VillagerType)
{
}