pspsdk int before int warning treated as error, sorry!

This commit is contained in:
omegablast2002@yahoo.com
2011-04-12 21:16:31 +00:00
parent f2de42e10e
commit 562a485b67

View File

@@ -254,9 +254,9 @@ class ActivatedAbility:public MTGAbility{
ManaCost * abilityCost;
int restrictions;
int limitPerTurn;
string limit;
int counters;
int needsTapping;
string limit;
ActivatedAbility(int id, MTGCardInstance * card,ManaCost * _cost = NULL, int _restrictions = NO_RESTRICTION,int tap = 1,string limit = "");
virtual ~ActivatedAbility();
virtual void Update(float dt)