Finish the test pls
This commit is contained in:
parent
63ef2ce24c
commit
f7eb7f519e
|
|
@ -216,7 +216,7 @@ public class Board {
|
|||
this.y=-1;
|
||||
this.turnNumber +=1;
|
||||
castlingDone=true;
|
||||
}
|
||||
}//TEST
|
||||
|
||||
else {//that means we are dealing with the right rooks for castling
|
||||
if (pieces.get(whatPiece(x,y)).isWhite()==true){
|
||||
|
|
|
|||
Loading…
Reference in New Issue