Bug Fix on Cloning Tokens

This commit is contained in:
Anthony Calosa
2015-09-18 19:56:02 +08:00
parent bd89710478
commit 6cd0474eca
4 changed files with 21 additions and 7 deletions

View File

@@ -54,6 +54,7 @@ MTGCardInstance::MTGCardInstance(MTGCard * card, MTGPlayerCards * arg_belongs_to
flanked = 0;
castMethod = Constants::NOT_CAST;
isSettingBase = 0;
isCDA = false;
}
MTGCardInstance * MTGCardInstance::createSnapShot()