butin
This commit is contained in:
parent
c4189fb751
commit
e121807660
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ void Butin::event(const int x, const int y) {
|
||||||
// Vérification partie terminé = si plus aucun coup n'est possible
|
// Vérification partie terminé = si plus aucun coup n'est possible
|
||||||
if (!plateau.coupsPossible()) {
|
if (!plateau.coupsPossible()) {
|
||||||
etape = Fini;
|
etape = Fini;
|
||||||
Ecran::printMessage("Partie fini ! " + msgPoints(calculpoints(true)));
|
Ecran::printMessage("Partie terminée ! " +
|
||||||
|
msgPoints(calculpoints(true)));
|
||||||
} else {
|
} else {
|
||||||
// On donne la main à l'adversaire
|
// On donne la main à l'adversaire
|
||||||
changerJoueurCourant();
|
changerJoueurCourant();
|
||||||
|
|
Reference in a new issue