Changed: #825 Remove all warnings when compiling Ryzom

This commit is contained in:
kervala 2011-05-24 13:40:23 +02:00
parent 6058264aed
commit 4d8038085c
2 changed files with 2 additions and 3 deletions

View file

@ -454,7 +454,7 @@ void CFaberPhrase::apply()
return; return;
} }
neededMp = _RootFaberPlan->Faber->NeededMps.size(); neededMp = (uint32)_RootFaberPlan->Faber->NeededMps.size();
EGSPD::CPeople::TPeople civRestriction = _RootFaberPlan->CivRestriction; EGSPD::CPeople::TPeople civRestriction = _RootFaberPlan->CivRestriction;
uint32 usedMp=0; uint32 usedMp=0;
vector< const CStaticItem * > usedMps = _Mps; vector< const CStaticItem * > usedMps = _Mps;

View file

@ -344,7 +344,6 @@ CCharacter::CCharacter(): CEntityBase(false),
_AggroableSave(true), _AggroableSave(true),
_GodModeSave(false) _GodModeSave(false)
{ {
// todo : uncomment that when sadge item api is plugged // todo : uncomment that when sadge item api is plugged
_AggroCount = 0; _AggroCount = 0;
// _Bulk = 0; // _Bulk = 0;