reglé erreur

This commit is contained in:
Kruss
2020-05-14 11:11:31 +02:00
parent 52ae8c66d3
commit 75e611f2b1
5 changed files with 11 additions and 15 deletions

View File

@@ -314,8 +314,7 @@ public class Plateau extends Thread{
public boolean isPartieTerminee() {
return this.getStat(PARTIE_FINIE) == 1;
}
public void deplacer(Joueur currentJoueur) {
boolean attributed = false;