little change prb fix
This commit is contained in:
parent
2ca782b4b0
commit
5bfc3c9b37
|
|
@ -214,6 +214,8 @@ public class MyInterface extends JFrame {
|
|||
game = loadedSim;
|
||||
|
||||
panelDraw.setGame(game);
|
||||
int depth = askDifficulty();
|
||||
game.setAutoPlayerDepth(depth);
|
||||
game.start();
|
||||
// this.repaint();
|
||||
// update(game.getTurnNumber(), game.getTurnColor());
|
||||
|
|
|
|||
Loading…
Reference in New Issue