This commit is contained in:
Mylloon 2024-01-07 02:34:00 +01:00
parent c4189fb751
commit e121807660
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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();