ManageHiScoreTable: tornats a posar els noms per defecte a 5 caracters
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user