canvi de pc
treballant en enter name
This commit is contained in:
@@ -20,7 +20,7 @@ struct HiScoreEntry
|
||||
|
||||
// Constructor
|
||||
explicit HiScoreEntry(const std::string &n = "", int s = 0, bool occ = false)
|
||||
: name(n.substr(0, 5)), score(s), one_credit_complete(occ) {}
|
||||
: name(n.substr(0, 6)), score(s), one_credit_complete(occ) {}
|
||||
};
|
||||
|
||||
// Clase ManageHiScoreTable
|
||||
|
||||
Reference in New Issue
Block a user