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: