fix movelist
parent
232a4e9936
commit
0806be66e7
|
|
@ -20,5 +20,6 @@ public class ButtonQuickloadListener implements ActionListener {
|
|||
public void actionPerformed(ActionEvent e) {
|
||||
this.game.quickload();
|
||||
this.sf.erstelleBrett();
|
||||
this.sf.aktualisiereAusgabe();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -151,6 +151,7 @@ public class Game {
|
|||
if (this.savestate != null) {
|
||||
|
||||
this.board = new Board();
|
||||
this.movelist.clear();
|
||||
this.board.loadFromFen(startPosFen);
|
||||
|
||||
for (Move move : savestate) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue