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) {