- fix compilation issues
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-13 12:52:24 +00:00
parent 7ce2c563e1
commit a696b65ffb
2 changed files with 0 additions and 1 deletions

View File

@@ -28,7 +28,6 @@ void Damage::init(MTGCardInstance * _source, Damageable * _target, int _damage){
int Damage::resolve(){
if (damage <0) damage = 0; //Negative damages cannot happen
state = RESOLVED_OK;
cout << "RESOLVE " << damage << " >> " << _target->name << endl;
GameObserver * g = GameObserver::GetInstance();
WEvent * e = NEW WEventDamage(this);