Update Echiquier.java

This commit is contained in:
rc804998 2019-05-14 16:38:39 +02:00
parent 030bed7c54
commit a830b20da4

View File

@ -111,7 +111,7 @@ public class Echiquier {
return echec; return echec;
} }
public boolean verificationMouvement(Joueur J, String A, String B) // FONCTION TRADUCTION, VERIF + DEPLACEMENTS SI POSSIBLE public boolean verificationMouvement(Joueur J, String coorA, String coorB) // FONCTION TRADUCTION, VERIF + DEPLACEMENTS SI POSSIBLE
{ {
int i = -1; int i = -1;
int j = -1; int j = -1;