fix prb 3
This commit is contained in:
parent
6b6215f304
commit
71c951dfde
|
|
@ -372,3 +372,4 @@ public class Board {
|
|||
}
|
||||
|
||||
}
|
||||
//
|
||||
|
|
|
|||
|
|
@ -81,4 +81,5 @@ public class Pawn extends Piece {
|
|||
return row >= 0 && row < 8 && col >= 0 && col < 8;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
//
|
||||
|
|
@ -26,4 +26,4 @@ public class lastMove {
|
|||
return toY;
|
||||
}
|
||||
}
|
||||
//
|
||||
////
|
||||
|
|
|
|||
Loading…
Reference in New Issue