commenting out dead code.

This commit is contained in:
jendave
2011-08-06 09:39:15 +00:00
parent e131d1efd5
commit 9980a8a22d

View File

@@ -14,7 +14,8 @@ public class ComputerAI_Burn2 implements Computer {
synchronized(ComputerAI_Burn2.this) { synchronized(ComputerAI_Burn2.this) {
if(AllZone.Stack.size() == 0 if(AllZone.Stack.size() == 0
&& AllZone.Phase.is(Constant.Phase.Main1, AllZone.ComputerPlayer)) { && AllZone.Phase.is(Constant.Phase.Main1, AllZone.ComputerPlayer)) {
SpellAbilityList list = null; //Move3.getBestMove(); //dead code
/* SpellAbilityList list = null; //Move3.getBestMove();
if(list != null && list.size() != 0) { if(list != null && list.size() != 0) {
SpellAbility sa = list.get(0); SpellAbility sa = list.get(0);
@@ -35,7 +36,7 @@ public class ComputerAI_Burn2 implements Computer {
+ " CardUtil.getConvertedManaCost(sa)-" + CardUtil.getConvertedManaCost(sa) + " CardUtil.getConvertedManaCost(sa)-" + CardUtil.getConvertedManaCost(sa)
+ " ComputerUtil.getAvailableMana().size()-" + " ComputerUtil.getAvailableMana().size()-"
+ ComputerUtil.getAvailableMana().size()); + ComputerUtil.getAvailableMana().size());
}//list.size != 0 }//list.size != 0*/
if(AllZone.Stack.size() == 0 if(AllZone.Stack.size() == 0
&& AllZone.Phase.is(Constant.Phase.Main1, AllZone.ComputerPlayer)) { && AllZone.Phase.is(Constant.Phase.Main1, AllZone.ComputerPlayer)) {