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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user