Merge branch 'master' of https://gitarero.ecam.fr/aurele.wittke/OOP_1A5_Project.git
This commit is contained in:
commit
63ef2ce24c
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue