From bfaaf7d8936052a5e34b01a4c5cb2b4e70e13855 Mon Sep 17 00:00:00 2001 From: zethfoxster Date: Sun, 17 Jul 2016 22:37:32 -0400 Subject: [PATCH] travis int order --- projects/mtg/include/AllAbilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/include/AllAbilities.h b/projects/mtg/include/AllAbilities.h index e1d7fb45d..bbc45f076 100644 --- a/projects/mtg/include/AllAbilities.h +++ b/projects/mtg/include/AllAbilities.h @@ -6195,8 +6195,8 @@ class AADepleter: public ActivatedAbilityTP public: string nbcardsStr; bool toexile; - bool namerepeat; bool colorrepeat; + bool namerepeat; AADepleter(GameObserver* observer, int _id, MTGCardInstance * card, Targetable * _target,string nbcardsStr, ManaCost * _cost = NULL, int who = TargetChooser::UNSET, bool toexile = false, bool colorrepeat = false, bool namerepeat = false); int resolve();