canvi de pc

This commit is contained in:
2025-06-27 23:07:31 +02:00
parent 13860af98e
commit ac8d168893
5 changed files with 24 additions and 34 deletions

View File

@@ -150,11 +150,6 @@ void Player::setInputEnteringName(InputAction input)
break;
case InputAction::START:
last_enter_name_ = getRecordName();
if (last_enter_name_.empty())
{
const std::array<std::string, 8> NAMES = {"BAL1", "TABE", "DOC", "MON", "SAM1", "JORDI", "JDES", "PEPE"};
last_enter_name_ = NAMES.at(rand() % NAMES.size());
}
break;
default:
break;