pspsdk int before int warning treated as error, sorry!
This commit is contained in:
@@ -254,9 +254,9 @@ class ActivatedAbility:public MTGAbility{
|
|||||||
ManaCost * abilityCost;
|
ManaCost * abilityCost;
|
||||||
int restrictions;
|
int restrictions;
|
||||||
int limitPerTurn;
|
int limitPerTurn;
|
||||||
string limit;
|
|
||||||
int counters;
|
int counters;
|
||||||
int needsTapping;
|
int needsTapping;
|
||||||
|
string limit;
|
||||||
ActivatedAbility(int id, MTGCardInstance * card,ManaCost * _cost = NULL, int _restrictions = NO_RESTRICTION,int tap = 1,string limit = "");
|
ActivatedAbility(int id, MTGCardInstance * card,ManaCost * _cost = NULL, int _restrictions = NO_RESTRICTION,int tap = 1,string limit = "");
|
||||||
virtual ~ActivatedAbility();
|
virtual ~ActivatedAbility();
|
||||||
virtual void Update(float dt)
|
virtual void Update(float dt)
|
||||||
|
|||||||
Reference in New Issue
Block a user