Erwan
- fix for issue 348 - Fix a bug when going out of the deck editor then back to it again would show an incorrect color icon instead of nothing - Fix a bug where the AI tries to play a spell with a target instead of just checking if it can play it. (visually, this showed as the AI tapping mana, then "freezing" for a few seconds with some cards grayed out on the battlefield)
This commit is contained in:
@@ -125,6 +125,7 @@ void GameStateDeckViewer::Start()
|
||||
mAlpha = 255;
|
||||
last_user_activity = NO_USER_ACTIVITY_HELP_DELAY + 1;
|
||||
onScreenTransition = 0;
|
||||
useFilter = 0;
|
||||
|
||||
pricelist = NEW PriceList(RESPATH"/settings/prices.dat",mParent->collection);
|
||||
playerdata = NEW PlayerData(mParent->collection);
|
||||
|
||||
Reference in New Issue
Block a user