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

View file

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