canvi de pc
This commit is contained in:
@@ -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