fix a couple Java warnings.

This commit is contained in:
jendave
2011-08-06 23:53:01 +00:00
parent b555e282a8
commit dd009b27d4

View File

@@ -5535,6 +5535,7 @@ public class GameActionUtil {
};
public static Command Favor_of_the_Mighty = new Command() {
private static final long serialVersionUID = 2920036758177137722L;
private CardList pumped = new CardList();
public void execute() {
//Reset old cards
@@ -5550,7 +5551,7 @@ public class GameActionUtil {
//Find creature(s) with highest cmc
int maxCMC = -1;
boolean keepLooping = true;
//boolean keepLooping = true;
CardList creats = AllZoneUtil.getCreaturesInPlay();
for(Card c : creats)
{