-fix issue 84 (control magic on a token)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-29 13:27:31 +00:00
parent 5443e6ff89
commit 2520a642c0
3 changed files with 43 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ void GameObserver::nextGamePhase(){
for (int i=0; i < 2; i++){
delete (players[i]->game->garbage);
players[i]->game->garbage = NEW MTGGameZone();
players[i]->game->garbage->setOwner(players[i]);
}
return nextGamePhase();
}