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