1
0

Preliminary mobile entity saving

* Fixes #252
* Alleviates #380
+ Adds mob saving
* Fixed some debug !ASSERTs
This commit is contained in:
Tiger Wang
2013-12-25 16:07:52 +00:00
parent 9e5e415674
commit 548273c8f7
4 changed files with 790 additions and 13 deletions

View File

@@ -642,9 +642,10 @@ cMonster::eFamily cMonster::FamilyFromType(eType a_Type)
case mtEnderman: return mfHostile;
case mtGhast: return mfHostile;
case mtHorse: return mfPassive;
case mtIronGolem: return mfPassive;
case mtMagmaCube: return mfHostile;
case mtMooshroom: return mfHostile;
case mtOcelot: return mfHostile;
case mtOcelot: return mfPassive;
case mtPig: return mfPassive;
case mtSheep: return mfPassive;
case mtSilverfish: return mfHostile;