include player-specific dicts in gi_copy

This commit is contained in:
Eric House 2023-05-21 08:40:59 -07:00
parent f9914c0fac
commit bc0478abbf

View file

@ -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;