From f64b461d750108fd29000df5f5800bea35830bfa Mon Sep 17 00:00:00 2001 From: Sergio Date: Wed, 14 Aug 2024 20:56:50 +0200 Subject: [PATCH] =?UTF-8?q?afegit=20un=20guionet=20entre=20el=20nom=20i=20?= =?UTF-8?q?la=20puntuaci=C3=B3=20de=20la=20m=C3=A1xima=20puntuaci=C3=B3=20?= =?UTF-8?q?en=20el=20marcador?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/scoreboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scoreboard.cpp b/source/scoreboard.cpp index 8fea02e..a18e0fa 100644 --- a/source/scoreboard.cpp +++ b/source/scoreboard.cpp @@ -269,7 +269,7 @@ void Scoreboard::fillPanelTextures() // HI-SCORE textScoreBoard->writeCentered(slot4_3.x, slot4_3.y, lang->getText(56)); - textScoreBoard->writeCentered(slot4_4.x, slot4_4.y, hiScoreName + updateScoreText(hiScore)); + textScoreBoard->writeCentered(slot4_4.x, slot4_4.y, hiScoreName + " - " +updateScoreText(hiScore)); break; case SCOREBOARD_MODE_CONTINUE: