mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
include player-specific dicts in gi_copy
This commit is contained in:
parent
f9914c0fac
commit
bc0478abbf
1 changed files with 2 additions and 0 deletions
|
@ -643,6 +643,8 @@ gi_copy( MPFORMAL CurGameInfo* destGI, const CurGameInfo* srcGI )
|
|||
replaceStringIfDifferent( mpool, &destPl->name, srcPl->name );
|
||||
replaceStringIfDifferent( mpool, &destPl->password,
|
||||
srcPl->password );
|
||||
replaceStringIfDifferent( mpool, &destPl->dictName,
|
||||
srcPl->dictName );
|
||||
destPl->secondsUsed = srcPl->secondsUsed;
|
||||
destPl->robotIQ = srcPl->robotIQ;
|
||||
destPl->isLocal = srcPl->isLocal;
|
||||
|
|
Loading…
Reference in a new issue