afegida tecla de reset
This commit is contained in:
@@ -2133,6 +2133,12 @@ void Game::checkInput()
|
||||
return;
|
||||
}
|
||||
|
||||
else if (input->checkInput(input_reset, DO_NOT_ALLOW_REPEAT))
|
||||
{
|
||||
section->name = SECTION_PROG_LOGO;
|
||||
return;
|
||||
}
|
||||
|
||||
else if (input->checkInput(input_pause, DO_NOT_ALLOW_REPEAT))
|
||||
{
|
||||
pause(!paused);
|
||||
|
||||
Reference in New Issue
Block a user