diff --git a/source/game.cpp b/source/game.cpp index 72c0f27..741a1c4 100644 --- a/source/game.cpp +++ b/source/game.cpp @@ -3089,11 +3089,14 @@ void Game::checkGameInput() } // Comprueba el input de pausa - if (input->checkInput(input_pause, REPEAT_FALSE)) + //if (input->checkInput(input_pause, REPEAT_FALSE)) + if (input->checkAnyInput()) { section->name = SECTION_PROG_TITLE; } + + // Incrementa el contador de la demo if (demo.counter < TOTAL_DEMO_DATA) {