Fix Compilation

This commit is contained in:
Anthony Calosa
2016-07-28 16:38:16 +08:00
parent cc7077d783
commit 30dab27202
3 changed files with 15 additions and 12 deletions
+2 -2
View File
@@ -1370,8 +1370,8 @@ public:
{
WEventCardSacrifice * e = dynamic_cast<WEventCardSacrifice *> (event);
if (!e) return 0;
//if (e->istoken)
// return 1;
if (e->istoken)
return 1;
MTGCardInstance * check = e->cardAfter;
MTGGameZone * oldZone = e->cardAfter->currentZone;
check->currentZone = check->previousZone;