From 69616fddb522931539cbe4726dd96bb70a6b2ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Sun, 12 Feb 2023 22:46:42 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20No=20completaba=20la=20tabla=20de=20reco?= =?UTF-8?q?rds=20con=20nombres=20predefinidos=20cuando=20hab=C3=ADa=20meno?= =?UTF-8?q?s=20de=203=20records=20almacenados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/hiscore_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hiscore_table.cpp b/source/hiscore_table.cpp index faf173c..b48480b 100644 --- a/source/hiscore_table.cpp +++ b/source/hiscore_table.cpp @@ -123,7 +123,7 @@ void HiScoreTable::render() if (numUsers < 10) { std::vector names; - names.insert(names.end(), {"BRY", "USUFONDO", "G.LUCAS", "P.DELGAT", "P.ARRABALERA", "PELECHANO", "SAHUQUILLO"}); + names.insert(names.end(), {"Bry", "Usufondo", "G.Lucas", "P.Delgat", "P.Aarrabalera", "Pelechano", "Sahuquillo", "Bacteriol", "Pepe", "Rosita"}); for (int i = numUsers; i < 10; ++i) {