Make game state save/restore also affect command zone.

This commit is contained in:
Myrd
2015-02-08 19:58:05 +00:00
parent 457636f2e3
commit 2afff9c9c0

View File

@@ -31,6 +31,7 @@ public abstract class GameState {
ZONES.put(ZoneType.Graveyard, "graveyard");
ZONES.put(ZoneType.Library, "library");
ZONES.put(ZoneType.Exile, "exile");
ZONES.put(ZoneType.Command, "command");
}
private int humanLife = -1;