had to separate my vectors right bracket from the map bracket for pspsdk.
This commit is contained in:
@@ -3909,7 +3909,7 @@ public:
|
|||||||
string newtoughness;
|
string newtoughness;
|
||||||
bool newtoughnessfound;
|
bool newtoughnessfound;
|
||||||
int oldtoughness;
|
int oldtoughness;
|
||||||
map<Damageable *, vector<MTGAbility *>> newAbilities;
|
map<Damageable *, vector<MTGAbility *> > newAbilities;
|
||||||
vector<MTGAbility *> newAbilitiesList;
|
vector<MTGAbility *> newAbilitiesList;
|
||||||
bool newAbilityFound;
|
bool newAbilityFound;
|
||||||
|
|
||||||
@@ -3938,7 +3938,7 @@ public:
|
|||||||
int oldtoughness;
|
int oldtoughness;
|
||||||
bool remove;
|
bool remove;
|
||||||
vector<MTGAbility *> newAbilitiesList;
|
vector<MTGAbility *> newAbilitiesList;
|
||||||
map<Damageable *, vector<MTGAbility *>> newAbilities;
|
map<Damageable *, vector<MTGAbility *> > newAbilities;
|
||||||
bool newAbilityFound;
|
bool newAbilityFound;
|
||||||
|
|
||||||
AForeverTransformer(int id, MTGCardInstance * source, MTGCardInstance * target, string stypes, string sabilities,string newpower = "",bool newpowerfound = false,string newtoughness = "",bool newtoughnessfound = false,vector<MTGAbility*>newAbilitiesList = vector<MTGAbility*>(),bool newAbilityFound = false);
|
AForeverTransformer(int id, MTGCardInstance * source, MTGCardInstance * target, string stypes, string sabilities,string newpower = "",bool newpowerfound = false,string newtoughness = "",bool newtoughnessfound = false,vector<MTGAbility*>newAbilitiesList = vector<MTGAbility*>(),bool newAbilityFound = false);
|
||||||
@@ -3958,7 +3958,7 @@ public:
|
|||||||
string newtoughness;
|
string newtoughness;
|
||||||
bool newtoughnessfound;
|
bool newtoughnessfound;
|
||||||
vector<MTGAbility *> newAbilitiesList;
|
vector<MTGAbility *> newAbilitiesList;
|
||||||
map<Damageable *, vector<MTGAbility *>> newAbilities;
|
map<Damageable *, vector<MTGAbility *> > newAbilities;
|
||||||
bool newAbilityFound;
|
bool newAbilityFound;
|
||||||
|
|
||||||
ATransformerUEOT(int id, MTGCardInstance * source, MTGCardInstance * target, string types = "", string abilities = "",string newpower = "",bool newpowerfound = false,string newtoughness = "",bool newtoughnessfound = false,vector<MTGAbility*>newAbilitiesList = vector<MTGAbility*>(),bool newAbilityFound = false);
|
ATransformerUEOT(int id, MTGCardInstance * source, MTGCardInstance * target, string types = "", string abilities = "",string newpower = "",bool newpowerfound = false,string newtoughness = "",bool newtoughnessfound = false,vector<MTGAbility*>newAbilitiesList = vector<MTGAbility*>(),bool newAbilityFound = false);
|
||||||
@@ -3978,7 +3978,7 @@ public:
|
|||||||
string newtoughness;
|
string newtoughness;
|
||||||
bool newtoughnessfound;
|
bool newtoughnessfound;
|
||||||
vector<MTGAbility *> newAbilitiesList;
|
vector<MTGAbility *> newAbilitiesList;
|
||||||
map<Damageable *, vector<MTGAbility *>> newAbilities;
|
map<Damageable *, vector<MTGAbility *> > newAbilities;
|
||||||
bool newAbilityFound;
|
bool newAbilityFound;
|
||||||
|
|
||||||
ATransformerFOREVER(int id, MTGCardInstance * source, MTGCardInstance * target, string types, string abilities,string newpower = "",bool newpowerfound = false,string newtoughness = "",bool newtoughnessfound = false,vector<MTGAbility*>newAbilitiesList = vector<MTGAbility*>(),bool newAbilityFound = false);
|
ATransformerFOREVER(int id, MTGCardInstance * source, MTGCardInstance * target, string types, string abilities,string newpower = "",bool newpowerfound = false,string newtoughness = "",bool newtoughnessfound = false,vector<MTGAbility*>newAbilitiesList = vector<MTGAbility*>(),bool newAbilityFound = false);
|
||||||
|
|||||||
Reference in New Issue
Block a user