- some code cleanup, as I am trying to figure out the root cause for issue 548
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-12-05 14:13:42 +00:00
parent 59864cbcb7
commit c7a17a0e57
6 changed files with 46 additions and 94 deletions

View File

@@ -3101,7 +3101,8 @@ public:
{
for (int i = 0; i < nbOpponents; i++)
{
opponents[i]->destroy();
if (game->isInPlay(opponents[i]))
opponents[i]->destroy();
}
}
}