Merge branch 'development' of https://github.com/PTE-SH/ShadowHunterGame into development

This commit is contained in:
Paul Gross
2020-05-14 11:16:02 +02:00
5 changed files with 11 additions and 17 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;