mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09: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 int copyCount = 0;
|
||||||
public static volatile long copyTime = 0;
|
public static volatile long copyTime = 0;
|
||||||
|
|
||||||
private LinkedList<MageAction> actions;
|
private transient LinkedList<MageAction> actions;
|
||||||
private Player scorePlayer;
|
private Player scorePlayer;
|
||||||
private int score = 0;
|
private int score = 0;
|
||||||
private Player losingPlayer;
|
private Player losingPlayer;
|
||||||
|
|
Loading…
Add table
Reference in a new issue