*Fixed alternate card face images for AI.

This commit is contained in:
Hellfish
2011-10-27 19:04:05 +00:00
parent ddd24cbeaa
commit a345b6c0af

View File

@@ -1375,6 +1375,12 @@ public class GameAction {
// get card picture so that it is in the image cache
// ImageCache.getImage(card);
}
if (card.hasAlternateState()) {
card.changeState();
card.setImageFilename(CardUtil.buildFilename(card));
card.changeState();
}
}
}
if (RAICards.size() > 0) {