J :
* Add newlines at end of files. This is for better portability. * Fix a direct reference to g++ in the makefile
This commit is contained in:
@@ -92,4 +92,4 @@ AttackerDamaged::AttackerDamaged(MTGCardInstance* card, const Pos& ref, bool sho
|
||||
AttackerDamaged::~AttackerDamaged(){
|
||||
for (vector<DefenserDamaged*>::iterator q = blockers.begin(); q != blockers.end(); ++q)
|
||||
delete(*q);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user