unused variable
This commit is contained in:
@@ -6649,7 +6649,6 @@ void AGrant::resolveGrant()
|
|||||||
void AGrant::removeGranted(MTGCardInstance* _target)
|
void AGrant::removeGranted(MTGCardInstance* _target)
|
||||||
{
|
{
|
||||||
if (!toGrant) return;
|
if (!toGrant) return;
|
||||||
MTGCardInstance * cardToReturn = _target;
|
|
||||||
game->removeObserver(toGrant);
|
game->removeObserver(toGrant);
|
||||||
game->removeObserver(this);
|
game->removeObserver(this);
|
||||||
Blessed = NULL;
|
Blessed = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user