canvi de pc

treballant en enter name
This commit is contained in:
2025-02-06 14:59:25 +01:00
parent 3cebee2ae4
commit 44e4ca490d
7 changed files with 33 additions and 18 deletions

View File

@@ -1635,7 +1635,7 @@ void Game::handlePlayerContinue(const std::shared_ptr<Player> &player)
input_->checkInput(InputType::FIRE_CENTER, INPUT_DO_NOT_ALLOW_REPEAT, options.controllers[controllerIndex].type, options.controllers[controllerIndex].index) ||
input_->checkInput(InputType::FIRE_RIGHT, INPUT_DO_NOT_ALLOW_REPEAT, options.controllers[controllerIndex].type, options.controllers[controllerIndex].index))
{
if (player->getContinueCounter() < 8)
if (player->getContinueCounter() < 7)
{
player->decContinueCounter();
}