Revert my Graphic changes
I think it's the one who cause those crashes
This commit is contained in:
@@ -61,6 +61,14 @@ class ThisControllerlife:public ThisDescriptor{
|
||||
ThisControllerlife * clone() const;
|
||||
};
|
||||
|
||||
class ThisCreatureSpells:public ThisDescriptor{
|
||||
public:
|
||||
virtual int match(MTGCardInstance * card);
|
||||
|
||||
ThisCreatureSpells(int count);
|
||||
ThisCreatureSpells * clone() const;
|
||||
};
|
||||
|
||||
class ThisOpponentlife:public ThisDescriptor{
|
||||
public:
|
||||
virtual int match(MTGCardInstance * card);
|
||||
|
||||
Reference in New Issue
Block a user