removed commented out code

master
melvin 2011-08-29 16:54:40 +08:00
parent c778b6cde6
commit 9e67a85609
1 changed files with 0 additions and 7 deletions

View File

@ -123,13 +123,6 @@ public class MagicPlayChoice extends MagicChoice {
skip = false;
}
/*
//if top item belongs to AI, stop so that player can see what AI is doing
if (game.getStack().hasItemOnTopOfPlayer(game.getOpponent(player))) {
skip = false;
}
*/
if (skip) {
//pause if there is an item on the stack
if (!game.getStack().isEmpty()) {