From: giersch Date: Wed, 21 Nov 2007 14:24:19 +0000 (+0000) Subject: . X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/commitdiff_plain/0c7533943fe784cb13a7213905ffd59784da0dea . --- diff --git a/chateaux/chateaux.cpp b/chateaux/chateaux.cpp index 9b99028..1002157 100644 --- a/chateaux/chateaux.cpp +++ b/chateaux/chateaux.cpp @@ -313,11 +313,11 @@ int jeu1(DrawingWindow& w) } while (!perdant); dessineFlammes(w, x, y); std::stringstream msg; - msg << "Joueur " << perdant; + msg << " Joueur " << perdant; if (perdant == joueur) - msg << " s'est suicidé !"; + msg << " s'est suicidé ! "; else - msg << " a perdu !"; + msg << " a perdu ! "; w.setColor("darkred"); w.setBgColor("white"); w.drawTextBg(w.width / 2, w.height / 3, msg.str().c_str(),