mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
changes in players matter for local games too
This commit is contained in:
parent
ea4e437e94
commit
3635abb17d
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ public class CurGameInfo {
|
||||||
|| allowPickTiles != other.allowPickTiles
|
|| allowPickTiles != other.allowPickTiles
|
||||||
|| phoniesAction != other.phoniesAction;
|
|| phoniesAction != other.phoniesAction;
|
||||||
|
|
||||||
if ( !matter && DeviceRole.SERVER_STANDALONE != serverRole ) {
|
if ( !matter ) {
|
||||||
matter = !dictName.equals( other.dictName );
|
matter = !dictName.equals( other.dictName );
|
||||||
for ( int ii = 0; !matter && ii < nPlayers; ++ii ) {
|
for ( int ii = 0; !matter && ii < nPlayers; ++ii ) {
|
||||||
LocalPlayer me = players[ii];
|
LocalPlayer me = players[ii];
|
||||||
|
|
Loading…
Reference in a new issue