fix assertion by copying new field with the rest

This commit is contained in:
Eric House 2023-05-21 08:05:31 -07:00
parent 8c43e63637
commit f9914c0fac

View file

@ -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 ) {