En el titulo no se podia empezar a jugar si no era con mando
This commit is contained in:
@@ -235,8 +235,19 @@ void Title::checkInput()
|
||||
}
|
||||
}
|
||||
|
||||
// Comprueba solo el teclado
|
||||
if (input->checkInput(input_window_fullscreen, REPEAT_FALSE))
|
||||
// Comprueba el teclado
|
||||
if (input->checkInput(input_exit, REPEAT_FALSE))
|
||||
{
|
||||
section->name = SECTION_PROG_QUIT;
|
||||
}
|
||||
|
||||
else if (input->checkInput(input_accept, REPEAT_FALSE))
|
||||
{
|
||||
fade->activate();
|
||||
postFade = 0;
|
||||
}
|
||||
|
||||
else if (input->checkInput(input_window_fullscreen, REPEAT_FALSE))
|
||||
{
|
||||
screen->switchVideoMode();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user