diff --git a/projects/mtg/include/ActionElement.h b/projects/mtg/include/ActionElement.h index c5c33a3e4..952cc0c5e 100644 --- a/projects/mtg/include/ActionElement.h +++ b/projects/mtg/include/ActionElement.h @@ -22,9 +22,8 @@ class ActionElement: public JGuiObject { protected: int activeState; - -public: int isClone; +public: TargetChooser * tc; int currentPhase; int newPhase; diff --git a/projects/mtg/src/AllAbilities.cpp b/projects/mtg/src/AllAbilities.cpp index 9d1bc4d36..3b380081f 100644 --- a/projects/mtg/src/AllAbilities.cpp +++ b/projects/mtg/src/AllAbilities.cpp @@ -2561,7 +2561,6 @@ int ATransformer::addToGame() MTGAbility * aNew = af.parseMagicLine(newAbilitiesList[k], 0, NULL, _target); if(!aNew) continue; - aNew->isClone = 1; GenericTargetAbility * gta = dynamic_cast (aNew); if (gta) {