Fixed saving games became broken.

This commit is contained in:
magenoxx 2011-12-26 15:24:29 +04:00
parent fa9f6115cf
commit f6f769725f

View file

@ -109,7 +109,7 @@ public abstract class GameImpl<T extends GameImpl<T>> implements Game, Serializa
public static volatile int copyCount = 0;
public static volatile long copyTime = 0;
private LinkedList<MageAction> actions;
private transient LinkedList<MageAction> actions;
private Player scorePlayer;
private int score = 0;
private Player losingPlayer;