Changed: #825 Remove all warnings when compiling Ryzom
This commit is contained in:
parent
53b8976e80
commit
0831b95502
2 changed files with 2 additions and 3 deletions
|
@ -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…
Reference in a new issue