Changed: #825 Remove all warnings when compiling Ryzom

hg/feature/sound
kervala 14 years ago
parent 53b8976e80
commit 0831b95502

@ -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;

@ -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;

Loading…
Cancel
Save