diff --git a/source/manage_hiscore_table.cpp b/source/manage_hiscore_table.cpp index 66cdb72..c2b00a0 100644 --- a/source/manage_hiscore_table.cpp +++ b/source/manage_hiscore_table.cpp @@ -14,15 +14,15 @@ void ManageHiScoreTable::clear() // AƱade 10 entradas predefinidas table_.push_back(HiScoreEntry("BRY", 1000000)); - table_.push_back(HiScoreEntry("USU", 500000)); - table_.push_back(HiScoreEntry("FON", 100000)); - table_.push_back(HiScoreEntry("DOG", 50000)); - table_.push_back(HiScoreEntry("LUC", 10000)); - table_.push_back(HiScoreEntry("ASP", 5000)); - table_.push_back(HiScoreEntry("ARR", 1000)); - table_.push_back(HiScoreEntry("ABA", 500)); - table_.push_back(HiScoreEntry("LER", 200)); - table_.push_back(HiScoreEntry("AXX", 100)); + table_.push_back(HiScoreEntry("USUFO", 500000)); + table_.push_back(HiScoreEntry("GLUCA", 100000)); + table_.push_back(HiScoreEntry("PARRA", 50000)); + table_.push_back(HiScoreEntry("CAGAM", 10000)); + table_.push_back(HiScoreEntry("PEPE", 5000)); + table_.push_back(HiScoreEntry("ROSIT", 1000)); + table_.push_back(HiScoreEntry("SAM", 500)); + table_.push_back(HiScoreEntry("PACMA", 200)); + table_.push_back(HiScoreEntry("PELEC", 100)); sort(); }