Unused variable

This commit is contained in:
Anthony Calosa
2016-07-29 07:30:20 +08:00
parent 874b27c56d
commit a20c2ce29a

View File

@@ -1372,7 +1372,7 @@ public:
if (!e) return 0;
MTGCardInstance * check = e->cardAfter;
MTGGameZone * oldZone = e->cardAfter->currentZone;
MTGGameZone * currZone = check->currentZone;
//MTGGameZone * currZone = check->currentZone;
check->currentZone = check->previousZone;
if (check->next && (check->next->currentZone|| check->isToken))
{