Whoknow setup party

Status
Not open for further replies.
CParty::CParty( )
{
PartyLevel = 1;
Exp = 0;
Option =0;
LastItem = 0;
LastETC = 0;
LastZulies = 0;
Capacity = 5;
Members.clear();
PartyExp = new CPartyExp;
}

change this to 5 : Capacity = 5;
 
CParty::CParty( )
{
PartyLevel = 1;
Exp = 0;
Option =0;
LastItem = 0;
LastETC = 0;
LastZulies = 0;
Capacity = 5;
Members.clear();
PartyExp = new CPartyExp;
}

change this to 5 : Capacity = 5;





partyfunction.cpp me

CParty::CParty( )
{
PartyLevel =3D 1;
Exp =3D 0;
Option =3D0;
LastItem =3D 0;
LastETC =3D 0;
LastZulies =3D 0;
Capacity =3D 5;
Members.clear(); =20
PartyExp =3D new CPartyExp;
}

ok or not
 
Status
Not open for further replies.
Back