remis les toLowerCase()
This commit is contained in:
parent
63ad481dfe
commit
14070bcd63
@ -100,8 +100,8 @@ public class Echiquier {
|
|||||||
|
|
||||||
public boolean verificationMouvement(Joueur J, String A, String B) // FONCTION TRADUCTION, VERIF + DEPLACEMENTS SI POSSIBLE
|
public boolean verificationMouvement(Joueur J, String A, String B) // FONCTION TRADUCTION, VERIF + DEPLACEMENTS SI POSSIBLE
|
||||||
{// String A = coordonées de A; String B = coordonées de B
|
{// String A = coordonées de A; String B = coordonées de B
|
||||||
//A.toLowerCase();
|
A.toLowerCase();
|
||||||
//B.toLowerCase();
|
B.toLowerCase();
|
||||||
|
|
||||||
int i = -1;
|
int i = -1;
|
||||||
int j = -1;
|
int j = -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user