canvi de pc
This commit is contained in:
@@ -131,7 +131,7 @@ void Credits::checkInput() {
|
||||
|
||||
if (!ServiceMenu::get()->isEnabled()) {
|
||||
// Comprueba si se ha pulsado cualquier botón (de los usados para jugar)
|
||||
if (Input::get()->checkAnyButton(Input::ALLOW_REPEAT) != 0) {
|
||||
if (Input::get()->checkAnyButton(Input::ALLOW_REPEAT)) {
|
||||
want_to_pass_ = true;
|
||||
fading_ = mini_logo_on_position_;
|
||||
} else {
|
||||
|
||||
@@ -1259,7 +1259,7 @@ void Game::checkPauseInput() {
|
||||
|
||||
// Gestiona las entradas de los jugadores en el modo demo para saltarse la demo.
|
||||
void Game::demoHandlePassInput() {
|
||||
if (input_->checkAnyButton() != 0) {
|
||||
if (input_->checkAnyButton()) {
|
||||
Section::name = Section::Name::TITLE; // Salir del modo demo y regresar al menú principal.
|
||||
Section::attract_mode = Section::AttractMode::TITLE_TO_DEMO; // El juego volverá a mostrar la demo
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user