From e1218076600d77a0022b0fefc54cccf1e254a7fe Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 7 Jan 2024 02:34:00 +0100 Subject: [PATCH] butin --- src/Butin/Butin.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Butin/Butin.cpp b/src/Butin/Butin.cpp index 94f67d6..5c014ef 100644 --- a/src/Butin/Butin.cpp +++ b/src/Butin/Butin.cpp @@ -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();