Update AllAbilities.cpp
Try to fix IOS/MAC compilation
This commit is contained in:
@@ -1482,7 +1482,7 @@ int AACopier::resolve()
|
|||||||
* AAFlip with forcedcopy to true *
|
* AAFlip with forcedcopy to true *
|
||||||
*********************************************/
|
*********************************************/
|
||||||
AAFlip * af = NEW AAFlip(game, game->mLayers->actionLayer()->getMaxId(), source, source, clone->data->name, false, 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->canBeInterrupted = false;
|
||||||
af->resolve();
|
af->resolve();
|
||||||
SAFE_DELETE(af);
|
SAFE_DELETE(af);
|
||||||
|
|||||||
Reference in New Issue
Block a user