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:
Andy2 2011-04-27 06:51:30 -07:00
parent 9013897a5a
commit 2886458814

View file

@ -96,6 +96,8 @@ public class CurGameInfo {
} else {
players[0].setRobotSmartness( 1 );
}
assignDicts();
}
public CurGameInfo( Context context, CurGameInfo src )