- fix for ACounterTracker (this fixes the ability - it wasn't working before - as well as the memory leak)

- fix "release" build in VC++
- Let AI play creatures with ACounterTracker by making that ability a "positive" one (used for MotD)
This commit is contained in:
wagic.the.homebrew
2011-09-23 10:24:20 +00:00
parent c633dc805f
commit fe88b747c0
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ int ACounterTracker::addToGame()
}
}
SAFE_DELETE(counter);
return 1;
return MTGAbility::addToGame();
}
SAFE_DELETE(counter);
return 0;