Reverting r3496 to fix failing tests
This commit is contained in:
@@ -356,7 +356,6 @@ int GuiPlay::receiveEventPlus(WEvent * e)
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
// TODO: C6246: Clarify event, which event are you referring to?
|
||||
else if (WEventCreatureAttacker* event = dynamic_cast<WEventCreatureAttacker*>(e))
|
||||
{
|
||||
if (NULL != event->after)
|
||||
@@ -369,7 +368,6 @@ int GuiPlay::receiveEventPlus(WEvent * e)
|
||||
{
|
||||
Replace();
|
||||
}
|
||||
// TODO: C6246: Clarify event, which event are you referring to?
|
||||
else if (WEventCardTap* event = dynamic_cast<WEventCardTap*>(e))
|
||||
{
|
||||
if (CardView* cv = dynamic_cast<CardView*>(event->card->view))
|
||||
@@ -385,7 +383,6 @@ int GuiPlay::receiveEventPlus(WEvent * e)
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
// TODO: C6246: Clarify event, which event are you referring to?
|
||||
else if (WEventPhaseChange *event = dynamic_cast<WEventPhaseChange*>(e))
|
||||
{
|
||||
if (Constants::MTG_PHASE_COMBATEND == event->to->id)
|
||||
|
||||
Reference in New Issue
Block a user