forgot to reset the opponents miracle on beforebegins. i knew i had coded the miracle to be player independent :P

This commit is contained in:
omegablast2002@yahoo.com
2013-06-19 13:33:24 +00:00
parent 2fa3f468b4
commit 7917a70b1b

View File

@@ -211,6 +211,7 @@ void GameObserver::nextGamePhase()
mLayers->stackLayer()->garbageCollect(); //clean stack history for this turn;
mLayers->actionLayer()->Update(0);
currentPlayer->game->library->miracle = false;
currentPlayer->opponent()->game->library->miracle = false;
for (int i = 0; i < 2; i++)
{
//Cleanup of each player's gamezones