El jugador ya reaparece en su posición original

This commit is contained in:
2024-06-30 18:05:11 +02:00
parent 8817899b12
commit 61c4884dfe
3 changed files with 13 additions and 4 deletions

View File

@@ -2931,6 +2931,10 @@ void Game::checkGameInput()
}
else
{
if (input->checkInput(input_accept, REPEAT_TRUE, options->game.input[i].deviceType, options->game.input[i].id))
{
player->init();
}
i++;
}
}