This commit is contained in:
BetaSteward 2010-06-29 01:13:37 +00:00
parent 69e219c7c6
commit 1f53bb1995
4 changed files with 26 additions and 56 deletions

View file

@ -79,8 +79,8 @@ public class GameView implements Serializable {
for (ExileZone exileZone: game.getExile().getExileZones()) {
exiles.add(new ExileView(exileZone));
}
this.phase = game.getTurn().getPhase();
this.step = game.getTurn().getStep();
this.phase = game.getTurn().getPhaseType();
this.step = game.getTurn().getStepType();
this.turn = game.getTurnNum();
if (game.getActivePlayerId() != null)
this.activePlayerName = game.getPlayer(game.getActivePlayerId()).getName();