missed revealed copy

This commit is contained in:
BetaSteward 2011-01-24 22:56:16 -05:00
parent 360bbc86b5
commit e3e686c719

View file

@ -117,6 +117,7 @@ public class GameState implements Serializable, Copyable<GameState> {
this.turn = state.turn.copy(); this.turn = state.turn.copy();
this.stack = state.stack.copy(); this.stack = state.stack.copy();
this.exile = state.exile.copy(); this.exile = state.exile.copy();
this.revealed = state.revealed.copy();
this.battlefield = state.battlefield.copy(); this.battlefield = state.battlefield.copy();
this.turnNum = state.turnNum; this.turnNum = state.turnNum;
this.gameOver = state.gameOver; this.gameOver = state.gameOver;