mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +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;
|
||||
allowPickTiles = src.allowPickTiles;
|
||||
allowHintRect = src.allowHintRect;
|
||||
forceChannel = src.forceChannel;
|
||||
|
||||
int ii;
|
||||
for ( ii = 0; ii < MAX_NUM_PLAYERS; ++ii ) {
|
||||
|
|
Loading…
Reference in a new issue