This commit is contained in:
gwitt 2025-05-16 10:01:28 +02:00
commit 63ef2ce24c
1 changed files with 2 additions and 1 deletions

View File

@ -280,6 +280,7 @@ public class Board {
this.x=-1;
this.y=-1;
castlingDone=false;
previousBoard.add(this.toString());
// we add 1 to the number of turned played
}
}