roi modifié (3)

This commit is contained in:
Johann 2019-05-26 18:54:36 +02:00
parent 46768248e8
commit 61bebd9bb7

View File

@ -260,7 +260,7 @@ public class Roi extends Piece {
&& this.deplacable(e, e.getEchiquier()[8-(p.getPosition().getY()-1)][p.getPosition().getX()]) == false // bas droite
)
{
return true;
return false;
}
}