Parenthesis

Try to fix PSP compilation
This commit is contained in:
Anthony Calosa
2015-10-27 07:05:57 +08:00
parent bd5449a9a2
commit 56fc735b36

View File

@@ -5244,7 +5244,7 @@ void ABlink::Update(float dt)
resolveBlink();
}
if ((blinkueot && currentPhase == MTG_PHASE_ENDOFTURN) || (blinkForSource && !source->isInPlay(game)) && Blinked->blinked)
if ((blinkueot && currentPhase == MTG_PHASE_ENDOFTURN) || (blinkForSource && !source->isInPlay(game)) && (Blinked->blinked))
{
if (Blinked == NULL)
MTGAbility::Update(dt);