mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
no harm in copying field when feature not available; may help newer
version to open file.
This commit is contained in:
parent
b0e5668093
commit
6866e09003
1 changed files with 0 additions and 2 deletions
|
@ -329,9 +329,7 @@ gi_copy( MPFORMAL CurGameInfo* destGI, CurGameInfo* srcGI )
|
||||||
destGI->timerEnabled = srcGI->timerEnabled;
|
destGI->timerEnabled = srcGI->timerEnabled;
|
||||||
destGI->robotSmartness = (XP_U8)srcGI->robotSmartness;
|
destGI->robotSmartness = (XP_U8)srcGI->robotSmartness;
|
||||||
destGI->phoniesAction = srcGI->phoniesAction;
|
destGI->phoniesAction = srcGI->phoniesAction;
|
||||||
#ifdef FEATURE_TRAY_EDIT
|
|
||||||
destGI->allowPickTiles = srcGI->allowPickTiles;
|
destGI->allowPickTiles = srcGI->allowPickTiles;
|
||||||
#endif
|
|
||||||
|
|
||||||
for ( srcPl = srcGI->players, destPl = destGI->players, i = 0;
|
for ( srcPl = srcGI->players, destPl = destGI->players, i = 0;
|
||||||
i < nPlayers; ++srcPl, ++destPl, ++i ) {
|
i < nPlayers; ++srcPl, ++destPl, ++i ) {
|
||||||
|
|
Loading…
Reference in a new issue