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
|
||||
if (!plateau.coupsPossible()) {
|
||||
etape = Fini;
|
||||
Ecran::printMessage("Partie fini ! " + msgPoints(calculpoints(true)));
|
||||
Ecran::printMessage("Partie terminée ! " +
|
||||
msgPoints(calculpoints(true)));
|
||||
} else {
|
||||
// On donne la main à l'adversaire
|
||||
changerJoueurCourant();
|
||||
|
|
Reference in a new issue