This commit is contained in:
parent
5f02aeed3e
commit
5a3791b852
Binary file not shown.
|
|
@ -399,4 +399,7 @@ public class Board {
|
||||||
sound.cleanup();
|
sound.cleanup();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public boolean canCaptureEnPassant(int x, int y) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue