From b5d4674471c2b8fd1135dab3cf8b1c015a3f6096 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Wed, 15 Mar 2017 11:23:53 +0800 Subject: [PATCH] unused variable --- projects/mtg/src/MTGRules.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/mtg/src/MTGRules.cpp b/projects/mtg/src/MTGRules.cpp index b8bebb5f5..bac2dffc3 100644 --- a/projects/mtg/src/MTGRules.cpp +++ b/projects/mtg/src/MTGRules.cpp @@ -3292,7 +3292,6 @@ int MTGUnearthRule::receiveEvent(WEvent * event) bool found = false; for (int i = 0; i < 2; i++) { - Player * p = game->players[i]; MTGGameZone * z = game->players[i]->game->inPlay; for (int j = z->nb_cards - 1; j >= 0; j--)