problème mine entourage 0 fixé
This commit is contained in:
parent
52981b103f
commit
bb1215eab7
@ -49,7 +49,7 @@ public class Case extends JPanel {
|
||||
}
|
||||
// Mise à jour de l'affichage de la case
|
||||
this.updateUI();
|
||||
if (this.getEntourage() == 0) {
|
||||
if ((this.entourage == 0)&&(minee==false)) {
|
||||
this.grille.setEntourageVisible(this);
|
||||
}
|
||||
this.grille.verifVictoire();
|
||||
|
Loading…
Reference in New Issue
Block a user