- 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:
@@ -432,7 +432,7 @@ int ACounterTracker::addToGame()
|
||||
}
|
||||
}
|
||||
SAFE_DELETE(counter);
|
||||
return 1;
|
||||
return MTGAbility::addToGame();
|
||||
}
|
||||
SAFE_DELETE(counter);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user