reverted the change i made, found specail cases where this cause bugs.

This commit is contained in:
omegablast2002@yahoo.com
2010-11-24 14:40:06 +00:00
parent d1577ef35e
commit 2aa47cd68b
2 changed files with 2 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ void GameObserver::nextGamePhase()
}
if (cPhaseOld->id == Constants::MTG_PHASE_COMBATBLOCKERS)
if (BLOCKERS == combatStep)
if (BLOCKERS == combatStep || TRIGGERS == combatStep)
{
nextCombatStep();
return;