FIX: Se puede saltar el modo demo pulsando cualquier tecla de juego
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user