J :
* Fix PSP compilation errors * This does not magically make it work
This commit is contained in:
@@ -28,7 +28,7 @@ void DamagerDamaged::addDamage(int damage, DamagerDamaged* source){
|
||||
if (0 >= i->damage) damages.erase(i);
|
||||
return;
|
||||
}
|
||||
if (0 < damage) damages.push_back(Damage(source->card, this->card,damage));
|
||||
if (0 < damage) damages.push_back(Damage(source->card, card, damage));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user