From 306c98c02f9beb6ffcab3d79666250a24b9b3b3f Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Mon, 28 Mar 2011 23:47:33 +0000 Subject: [PATCH] had to separate my vectors right bracket from the map bracket for pspsdk. --- projects/mtg/include/AllAbilities.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/mtg/include/AllAbilities.h b/projects/mtg/include/AllAbilities.h index b8bb577dd..c84186626 100644 --- a/projects/mtg/include/AllAbilities.h +++ b/projects/mtg/include/AllAbilities.h @@ -3909,7 +3909,7 @@ public: string newtoughness; bool newtoughnessfound; int oldtoughness; - map> newAbilities; + map > newAbilities; vector newAbilitiesList; bool newAbilityFound; @@ -3938,7 +3938,7 @@ public: int oldtoughness; bool remove; vector newAbilitiesList; - map> newAbilities; + map > newAbilities; bool newAbilityFound; AForeverTransformer(int id, MTGCardInstance * source, MTGCardInstance * target, string stypes, string sabilities,string newpower = "",bool newpowerfound = false,string newtoughness = "",bool newtoughnessfound = false,vectornewAbilitiesList = vector(),bool newAbilityFound = false); @@ -3958,7 +3958,7 @@ public: string newtoughness; bool newtoughnessfound; vector newAbilitiesList; - map> newAbilities; + map > newAbilities; bool newAbilityFound; ATransformerUEOT(int id, MTGCardInstance * source, MTGCardInstance * target, string types = "", string abilities = "",string newpower = "",bool newpowerfound = false,string newtoughness = "",bool newtoughnessfound = false,vectornewAbilitiesList = vector(),bool newAbilityFound = false); @@ -3978,7 +3978,7 @@ public: string newtoughness; bool newtoughnessfound; vector newAbilitiesList; - map> newAbilities; + map > newAbilities; bool newAbilityFound; ATransformerFOREVER(int id, MTGCardInstance * source, MTGCardInstance * target, string types, string abilities,string newpower = "",bool newpowerfound = false,string newtoughness = "",bool newtoughnessfound = false,vectornewAbilitiesList = vector(),bool newAbilityFound = false);