diff --git a/projects/mtg/include/MTGRules.h b/projects/mtg/include/MTGRules.h index 5d1b42eb2..9b46d6503 100644 --- a/projects/mtg/include/MTGRules.h +++ b/projects/mtg/include/MTGRules.h @@ -349,12 +349,7 @@ private: int genRandomEquipId(int convertedCost); static vector pool[20]; static int initialized; - - int textAlpha; - string text; public: - - int alreadyplayed; MTGAllCards * collection; MTGCardInstance * genEquip(int id); int testDestroy();