Not displaying tapped for combat dialog.

This commit is contained in:
magenoxx 2010-11-29 20:56:03 +00:00
parent d6dd2a22cc
commit aea2fc2fcf
4 changed files with 20 additions and 5 deletions

View file

@ -113,4 +113,8 @@ public class PermanentView extends CardView {
public CardView getOriginal() {
return original;
}
public void overrideTapped(boolean tapped) {
this.tapped = tapped;
}
}