mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
fix assertion by copying new field with the rest
This commit is contained in:
parent
8c43e63637
commit
f9914c0fac
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ public class CurGameInfo implements Serializable {
|
||||||
timerEnabled = src.timerEnabled;
|
timerEnabled = src.timerEnabled;
|
||||||
allowPickTiles = src.allowPickTiles;
|
allowPickTiles = src.allowPickTiles;
|
||||||
allowHintRect = src.allowHintRect;
|
allowHintRect = src.allowHintRect;
|
||||||
|
forceChannel = src.forceChannel;
|
||||||
|
|
||||||
int ii;
|
int ii;
|
||||||
for ( ii = 0; ii < MAX_NUM_PLAYERS; ++ii ) {
|
for ( ii = 0; ii < MAX_NUM_PLAYERS; ++ii ) {
|
||||||
|
|
Loading…
Reference in a new issue