- some cleanup (gcc warnings)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-26 07:27:27 +00:00
parent 514b507e91
commit 94e199d92a
14 changed files with 20 additions and 39 deletions

View File

@@ -417,7 +417,6 @@ int MTGCardInstance::setAttacker(int value){
}
int MTGCardInstance::toggleAttacker(){
GameObserver * g = GameObserver::GetInstance();
if (!attacker){
if (!basicAbilities[Constants::VIGILANCE]) tap();
setAttacker(1);