mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
assign dicts in constructor. Makes new games have the right dicts
even if not configured after, assuming defaults are set.
This commit is contained in:
parent
9013897a5a
commit
2886458814
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ public class CurGameInfo {
|
|||
} else {
|
||||
players[0].setRobotSmartness( 1 );
|
||||
}
|
||||
|
||||
assignDicts();
|
||||
}
|
||||
|
||||
public CurGameInfo( Context context, CurGameInfo src )
|
||||
|
|
Loading…
Add table
Reference in a new issue