psp comp fix.

This commit is contained in:
omegablast2002@yahoo.com
2012-03-14 10:52:14 +00:00
parent 2028319743
commit 9c1fcacd1f
2 changed files with 4 additions and 3 deletions

View File

@@ -330,7 +330,8 @@ ActivatedAbility(observer, _id, _source, _cost, 0)
int AALibraryBottom::resolve()
{
MTGCardInstance * _target = (MTGCardInstance *) target;
if (_target = _target->owner->game->putInLibrary(_target))
_target = _target->owner->game->putInLibrary(_target);
if (_target)
{
MTGLibrary * library = _target->owner->game->library;
vector<MTGCardInstance *>oldOrder = library->cards;