- fix compilation issues introduced in r1727
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-18 12:43:30 +00:00
parent 2df6a71c87
commit bd6c1a2407
19 changed files with 15 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
#include "../include/WEvent.h"
#include "../include/Translate.h"
#include "../include/WResourceManager.h"
#include "../include/GameObserver.h"
Damage::Damage(MTGCardInstance * source, Damageable * target) {
init(source, target, source->getPower(), DAMAGE_OTHER);