mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fixed saving games became broken.
This commit is contained in:
parent
fa9f6115cf
commit
f6f769725f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue