From 1aac2b8e75f3b568bbc8f3efc5b993e7d683fbd0 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Wed, 3 Aug 2016 21:23:38 +0800 Subject: [PATCH] Update AllAbilities.cpp Try to fix IOS/MAC compilation --- projects/mtg/src/AllAbilities.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/AllAbilities.cpp b/projects/mtg/src/AllAbilities.cpp index fb180fac0..0fe9bc33f 100644 --- a/projects/mtg/src/AllAbilities.cpp +++ b/projects/mtg/src/AllAbilities.cpp @@ -1482,7 +1482,7 @@ int AACopier::resolve() * AAFlip with forcedcopy to true * *********************************************/ AAFlip * af = NEW AAFlip(game, game->mLayers->actionLayer()->getMaxId(), source, source, clone->data->name, false, true); - af->oneShot; + //af->oneShot; af->canBeInterrupted = false; af->resolve(); SAFE_DELETE(af);