Fixed indentation mistakes

This commit is contained in:
Bjørn Snoen
2013-12-21 11:18:18 +01:00
parent 20e878a102
commit 642f5bb515
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -194,8 +194,8 @@ int Damage::resolve()
target->damageCount += damage;//the amount must be the actual damage so i changed this from 1 to damage, this fixes pdcount and odcount
if (target->type_as_damageable == Damageable::DAMAGEABLE_MTGCARDINSTANCE){
((MTGCardInstance*)target)->wasDealtDamage = true;
((MTGCardInstance*)source)->damageToCreature = true;
}
((MTGCardInstance*)source)->damageToCreature = true;
}
if (target->type_as_damageable == Damageable::DAMAGEABLE_PLAYER)
{
if(target == source->controller())