Revert "edge case fix, the issue arises from castcard but I'm fixing it at a higher level since init to zone should always have a valid "player 1" in its first constructor."

This reverts commit d247c53136.
This commit is contained in:
zethfox
2016-07-09 18:21:52 -04:00
parent d247c53136
commit 78e4407c71
4 changed files with 26 additions and 14 deletions
+1 -5
View File
@@ -980,11 +980,7 @@ void MTGInPlay::untapAll()
MTGGameZone * MTGGameZone::intToZone(int zoneId, Player * p, Player * p2)
{
if (p2 != p && p2 && (p != p2->opponent()))
{
p = p2->opponent();
//these cases are generally handled this is a edge case fix.
}
switch (zoneId)
{
case MY_GRAVEYARD: